30 Commits (1dc162f5a3d6866d6888d5bce1b8f7d458e828cf)

Author SHA1 Message Date
Richard Henderson f2b1708e80 tcg: Remove add2/sub2 opcodes 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 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 f791458932 tcg: Remove TCG_TARGET_HAS_negsetcond_{i32,i64} 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 967e7ccd9c tcg: Convert remu to TCGOutOpBinary 2 years ago
Richard Henderson 9bf558ed17 tcg: Convert divu2 to TCGOutOpDivRem 2 years ago
Richard Henderson 6d1a2365ea tcg: Convert divu to TCGOutOpBinary 2 years ago
Richard Henderson a9983f8129 tcg: Convert mulsh to TCGOutOpBinary 2 years ago
Richard Henderson 937246f2ee tcg: Convert muluh to TCGOutOpBinary 2 years ago
Richard Henderson 592982bf04 tcg: Convert not to TCGOutOpUnary 2 years ago
Richard Henderson 3f6b223012 tcg: Convert nor to TCGOutOpBinary 2 years ago
Richard Henderson e5a3162cb6 tcg: Convert nand to TCGOutOpBinary 2 years ago
Richard Henderson 18bc920916 tcg: Convert eqv to TCGOutOpBinary 2 years ago
Richard Henderson d262ae6081 tcg: Convert orc to TCGOutOpBinary 2 years ago
Richard Henderson a341c84e81 tcg: Convert andc to TCGOutOpBinary 2 years ago
Richard Henderson 48e8de684a tcg: Remove INDEX_op_ext{8,16,32}* 2 years ago
Richard Henderson 6482e9d2a4 tcg: Remove TCG_TARGET_HAS_deposit_{i32,i64} 2 years ago
Richard Henderson c334de110e tcg: Remove TCG_TARGET_HAS_{s}extract_{i32,i64} 2 years ago
Richard Henderson 4bce752c1a tcg/i386: Fold the ext{8,16,32}[us] cases into {s}extract 2 years ago
Richard Henderson f15d00a4c1 tcg: Include 'tcg-target-has.h' once in 'tcg-has.h' 2 years ago
Richard Henderson fd4841c043 tcg: Extract default TCG_TARGET_HAS_foo definitions to 'tcg-has.h' 2 years ago