Age | Commit message (Expand) | Author | Files | Lines |
2024-09-22 | tcg/i386: Implement vector TST{EQ,NE} for avx512 | Richard Henderson | 2 | -4/+29 |
2024-09-22 | tcg/i386: Implement cmpsel_vec with avx512 insns | Richard Henderson | 1 | -1/+43 |
2024-09-22 | tcg/i386: Add predicate parameters to tcg_out_evex_opc | Richard Henderson | 1 | -2/+4 |
2024-09-22 | tcg/i386: Implement cmp_vec with avx512 insns | Richard Henderson | 1 | -1/+63 |
2024-09-22 | tcg/i386: Optimize cmpsel with constant 0 operand 3. | Richard Henderson | 3 | -8/+27 |
2024-09-22 | tcg/i386: Do not expand cmpsel_vec early | Richard Henderson | 4 | -34/+52 |
2024-09-22 | tcg/i386: Do not expand cmp_vec early | Richard Henderson | 1 | -123/+100 |
2024-09-22 | tcg/i386: Split out tcg_out_vex_modrm_type | Richard Henderson | 1 | -23/+15 |
2024-06-28 | Revert "host/i386: assume presence of POPCNT" | Paolo Bonzini | 1 | -2/+3 |
2024-06-05 | host/i386: assume presence of POPCNT | Paolo Bonzini | 1 | -3/+2 |
2024-06-05 | host/i386: assume presence of CMOV | Paolo Bonzini | 1 | -14/+1 |
2024-05-22 | tcg: Introduce TCG_TARGET_HAS_tst_vec | Richard Henderson | 1 | -0/+1 |
2024-05-06 | tcg/i386: Optimize setcond of TST{EQ,NE} with 0xffffffff | Richard Henderson | 1 | -2/+15 |
2024-05-06 | tcg/i386: Simplify immediate 8-bit logical vector shifts | Richard Henderson | 1 | -46/+13 |
2024-02-03 | tcg/i386: Use TEST r,r to test 8/16/32 bits | Paolo Bonzini | 1 | -0/+17 |
2024-02-03 | tcg/i386: Improve TSTNE/TESTEQ vs powers of two | Richard Henderson | 3 | -8/+53 |
2024-02-03 | tcg/i386: Support TCG_COND_TST{EQ,NE} | Richard Henderson | 2 | -37/+60 |
2024-02-03 | tcg/i386: Move tcg_cond_to_jcc[] into tcg_out_cmp | Richard Henderson | 1 | -11/+13 |
2024-02-03 | tcg/i386: Pass x86 condition codes to tcg_out_cmov | Richard Henderson | 1 | -8/+8 |
2024-02-03 | tcg: Add TCGConst argument to tcg_target_const_match | Richard Henderson | 1 | -1/+2 |
2024-02-03 | tcg: Introduce TCG_TARGET_HAS_tst | Richard Henderson | 1 | -0/+2 |
2024-01-11 | tcg/i386: use 8-bit OR or XOR for unsigned 8-bit immediates | Paolo Bonzini | 1 | -0/+11 |
2024-01-11 | tcg/i386: convert add/sub of 128 to sub/add of -128 | Paolo Bonzini | 1 | -15/+34 |
2023-11-06 | tcg: Remove TCG_TARGET_HAS_neg_{i32,i64} | Richard Henderson | 1 | -2/+0 |
2023-11-06 | tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64} | Richard Henderson | 1 | -2/+0 |
2023-10-22 | tcg/i386: Use tcg_use_softmmu | Richard Henderson | 1 | -101/+99 |
2023-10-07 | tcg: Correct invalid mentions of 'softmmu' by 'system-mode' | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-09-16 | tcg: Add tcg_out_tb_start backend hook | Richard Henderson | 1 | -0/+5 |
2023-09-15 | tcg: pass vece to tcg_target_const_match() | Jiajie Chen | 1 | -1/+1 |
2023-08-24 | tcg/i386: Implement negsetcond_* | Richard Henderson | 2 | -10/+26 |
2023-08-24 | tcg/i386: Use shift in tcg_out_setcond | Richard Henderson | 1 | -0/+15 |
2023-08-24 | tcg/i386: Clear dest first in tcg_out_setcond if possible | Richard Henderson | 1 | -1/+16 |
2023-08-24 | tcg/i386: Use CMP+SBB in tcg_out_setcond | Richard Henderson | 1 | -0/+50 |
2023-08-24 | tcg/i386: Merge tcg_out_movcond{32,64} | Richard Henderson | 1 | -21/+7 |
2023-08-24 | tcg/i386: Merge tcg_out_setcond{32,64} | Richard Henderson | 1 | -17/+7 |
2023-08-24 | tcg/i386: Merge tcg_out_brcond{32,64} | Richard Henderson | 1 | -61/+49 |
2023-08-24 | tcg: Introduce negsetcond opcodes | Richard Henderson | 1 | -0/+2 |
2023-08-24 | tcg: Unify TCG_TARGET_HAS_extr[lh]_i64_i32 | Richard Henderson | 1 | -2/+1 |
2023-08-24 | tcg/i386: Allow immediate as input to deposit_* | Richard Henderson | 2 | -5/+23 |
2023-08-24 | tcg/i386: Drop BYTEH deposits for 64-bit | Richard Henderson | 4 | -8/+6 |
2023-08-12 | tcg/i386: Output %gs prefix in tcg_out_vex_opc | Richard Henderson | 1 | -0/+3 |
2023-07-23 | tcg/{i386, s390x}: Add earlyclobber to the op_add2's first output | Ilya Leoshkevich | 2 | -2/+5 |
2023-06-05 | tcg: Split out tcg-target-reg-bits.h | Richard Henderson | 2 | -2/+16 |
2023-06-05 | tcg: Add tlb_fast_offset to TCGContext | Richard Henderson | 1 | -4/+5 |
2023-05-30 | tcg: Remove TCG_TARGET_TLB_DISPLACEMENT_BITS | Richard Henderson | 1 | -1/+0 |
2023-05-30 | tcg/i386: Support 128-bit load/store | Richard Henderson | 2 | -5/+190 |
2023-05-23 | tcg/i386: Use host/cpuinfo.h | Richard Henderson | 2 | -129/+22 |
2023-05-16 | tcg: Add tlb_dyn_max_bits to TCGContext | Richard Henderson | 1 | -1/+1 |
2023-05-16 | tcg: Add page_bits and page_mask to TCGContext | Richard Henderson | 1 | -3/+3 |
2023-05-16 | tcg/i386: Remove TARGET_LONG_BITS, TCG_TYPE_TL | Richard Henderson | 1 | -5/+3 |