377 Commits (cd9fe9265c469f1ad247046e54113f2ede3d6c7c)

Author SHA1 Message Date
Richard Henderson 72258b05fd tcg/mips: Remove ALIAS_PADD, ALIAS_PADDI 10 months ago
Philippe Mathieu-Daudé f032bff1ae tcg/mips: Remove support for 32-bit hosts 10 months ago
Philippe Mathieu-Daudé affedc6787 tcg/mips: Remove support for O32 and N32 ABIs 10 months ago
Richard Henderson 11efde54f2 tcg: Drop TCGContext.page_{mask,bits} 1 year ago
Richard Henderson eafecf0805 tcg: Remove tcg_out_op 1 year ago
Richard Henderson 86fe5c2597 tcg: Convert qemu_st{2} to TCGOutOpLdSt{2} 1 year ago
Richard Henderson 3bedb9d3e2 tcg: Convert qemu_ld{2} to TCGOutOpLoad{2} 2 years ago
Richard Henderson aae2456ac0 tcg: Merge INDEX_op_{ld,st}_{i32,i64,i128} 2 years ago
Richard Henderson 33aba058c8 tcg: Remove INDEX_op_qemu_st8_* 2 years ago
Richard Henderson 4a686aa9d9 tcg: Convert st to TCGOutOpStore 2 years ago
Richard Henderson 0de5c9d1f5 tcg: Convert ld to TCGOutOpLoad 2 years ago
Richard Henderson fee03fdde3 tcg: Formalize tcg_out_goto_ptr 2 years ago
Richard Henderson 3752a5a5ba tcg: Formalize tcg_out_br 2 years ago
Richard Henderson e038696c92 tcg: Formalize tcg_out_mb 2 years ago
Richard Henderson f2b1708e80 tcg: Remove add2/sub2 opcodes 2 years ago
Richard Henderson ee60315210 tcg: Add TCGOutOp structures for add/sub carry opcodes 2 years ago
Richard Henderson 52c49c79b8 tcg/mips: Drop support for add2/sub2 2 years ago
Richard Henderson 8dc1bdf795 tcg: Do not default add2/sub2_i32 for 32-bit hosts 2 years ago
Richard Henderson c8f9f70047 tcg: Convert extract2 to TCGOutOpExtract2 2 years ago
Richard Henderson cf4905c031 tcg: Convert deposit to TCGOutOpDeposit 2 years ago
Richard Henderson b3b1397664 tcg: Convert extrh_i64_i32 to TCGOutOpUnary 2 years ago
Richard Henderson 1e6fec9dd9 tcg: Convert extrl_i64_i32 to TCGOutOpUnary 2 years ago
Richard Henderson c1ad25de11 tcg: Convert extu_i32_i64 to TCGOutOpUnary 2 years ago
Richard Henderson b7b7347fe3 tcg: Convert ext_i32_i64 to TCGOutOpUnary 2 years ago
Richard Henderson 05a1129e23 tcg: Convert sextract to TCGOutOpExtract 2 years ago
Richard Henderson 5a4d034f3c tcg: Convert extract to TCGOutOpExtract 2 years ago
Richard Henderson 613b571c93 tcg: Convert bswap64 to TCGOutOpUnary 2 years ago
Richard Henderson d7b15a25a7 tcg: Convert bswap32 to TCGOutOpBswap 2 years ago
Richard Henderson 5fa8e13872 tcg: Convert bswap16 to TCGOutOpBswap 2 years ago
Richard Henderson e579c717cb tcg: Convert setcond2_i32 to TCGOutOpSetcond2 2 years ago
Richard Henderson f408df587a tcg: Convert brcond2_i32 to TCGOutOpBrcond2 2 years ago
Richard Henderson 1f406e4678 tcg: Convert movcond to TCGOutOpMovcond 2 years ago
Richard Henderson 99ac4706b3 tcg: Convert brcond to TCGOutOpBrcond 2 years ago
Richard Henderson 5a7b38c8ca tcg: Convert setcond, negsetcond to TCGOutOpSetcond 2 years ago
Richard Henderson f791458932 tcg: Remove TCG_TARGET_HAS_negsetcond_{i32,i64} 2 years ago
Richard Henderson ce27066de1 tcg/mips: Support negsetcond 2 years ago
Richard Henderson d37bc370fc tcg: Convert mulu2 to TCGOutOpMul2 2 years ago
Richard Henderson 5641afdf9b tcg: Convert muls2 to TCGOutOpMul2 2 years ago
Richard Henderson f8fa1dae3d tcg: Convert ctpop to TCGOutOpUnary 2 years ago
Richard Henderson e3fcde59c9 tcg: Convert ctz to TCGOutOpBinary 2 years ago
Richard Henderson 8b915879b0 tcg: Convert clz to TCGOutOpBinary 2 years ago
Richard Henderson 03568c0d53 tcg: Convert rotl, rotr to TCGOutOpBinary 2 years ago
Richard Henderson b5aafbaa83 tcg: Convert sar to TCGOutOpBinary 2 years ago
Richard Henderson edd6ba8a6b tcg: Convert shr to TCGOutOpBinary 2 years ago
Richard Henderson 27d21ee7c7 tcg: Convert shl to TCGOutOpBinary 2 years ago
Richard Henderson 967e7ccd9c tcg: Convert remu to TCGOutOpBinary 2 years ago
Richard Henderson 646f36fead tcg: Convert rem to TCGOutOpBinary 2 years ago
Richard Henderson 9bf558ed17 tcg: Convert divu2 to TCGOutOpDivRem 2 years ago
Richard Henderson d6cad9c927 tcg: Convert div2 to TCGOutOpDivRem 2 years ago
Richard Henderson 6d1a2365ea tcg: Convert divu to TCGOutOpBinary 2 years ago