aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg
AgeCommit message (Expand)AuthorFilesLines
2023-03-13target/i386: Avoid use of tcg_const_* throughoutRichard Henderson1-41/+42
2023-03-05target/i386: Simplify POPFRichard Henderson1-44/+11
2023-03-05target/i386: Drop tcg_temp_freeRichard Henderson3-62/+0
2023-03-01target/i386: Don't use tcg_temp_local_newRichard Henderson1-18/+9
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson1-1/+1
2023-03-01target/i386: Replace `tb_pc()` with `tb->pc`Anton Johansson1-1/+1
2023-03-01target/i386: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson2-16/+16
2023-02-28accel/tcg: Add 'size' param to probe_access_fullRichard Henderson1-2/+2
2023-02-27target/i386: Fix BZHI instructionRichard Henderson1-7/+7
2023-02-16target/i386: Fix 32-bit AD[CO]X insns in 64-bit modeRichard Henderson1-0/+2
2023-02-11target/i386: fix ADOX followed by ADCXPaolo Bonzini1-9/+11
2023-02-11target/i386: Fix C flag for BLSI, BLSMSK, BLSRRichard Henderson1-0/+3
2023-02-11target/i386: Fix BEXTR instructionRichard Henderson1-11/+11
2023-02-04target/i386: Inline cmpxchg16bRichard Henderson2-74/+39
2023-02-04target/i386: Inline cmpxchg8bRichard Henderson2-62/+49
2023-02-04target/i386: Split out gen_cmpxchg8b, gen_cmpxchg16bRichard Henderson1-17/+31
2023-01-11target/i386: fix operand size of unary SSE operationsPaolo Bonzini1-5/+6
2023-01-11i386: Emit correct error code for 64-bit IDT entryJoe Richey1-4/+4
2022-12-01target/i386: Always completely initialize TranslateFaultRichard Henderson1-15/+19
2022-12-01target/i386: allow MMX instructions with CR4.OSFXSR=0Paolo Bonzini1-1/+2
2022-11-15target/i386: hardcode R_EAX as destination register for LAHF/SAHFPaolo Bonzini1-2/+2
2022-11-15target/i386: fix cmpxchg with 32-bit register destinationPaolo Bonzini1-26/+56
2022-11-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2-6/+6
2022-11-02target/i386: Fix test for paging enabledRichard Henderson1-5/+5
2022-11-01target/i386: Expand eflags updates inlineRichard Henderson2-46/+25
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson1-1/+1
2022-10-31target/i386: Fix calculation of LOCK NEG eflagsQi Hu1-1/+1
2022-10-26target/i386: Convert to tcg_ops restore_state_to_opcRichard Henderson2-15/+19
2022-10-22target/i386: implement FMA instructionsPaolo Bonzini4-0/+93
2022-10-20target/i386: implement F16C instructionsPaolo Bonzini3-1/+26
2022-10-20target/i386: introduce function to set rounding mode from FPCW or MXCSR bitsPaolo Bonzini1-39/+21
2022-10-20target/i386: decode-new: avoid out-of-bounds access to xmm_regs[-1]Paolo Bonzini1-1/+1
2022-10-18target/i386: remove old SSE decoderPaolo Bonzini3-1722/+19
2022-10-18target/i386: move 3DNow to the new decoderPaolo Bonzini5-75/+74
2022-10-18target/i386: implement VLDMXCSR/VSTMXCSRPaolo Bonzini2-0/+45
2022-10-18target/i386: implement XSAVE and XRSTOR of AVX registersPaolo Bonzini1-3/+75
2022-10-18target/i386: reimplement 0x0f 0x28-0x2f, add AVXPaolo Bonzini3-0/+185
2022-10-18target/i386: reimplement 0x0f 0x10-0x17, add AVXPaolo Bonzini3-0/+254
2022-10-18target/i386: reimplement 0x0f 0xc2, 0xc4-0xc6, add AVXPaolo Bonzini3-0/+81
2022-10-18target/i386: reimplement 0x0f 0x38, add AVXPaolo Bonzini4-7/+318
2022-10-18target/i386: Use tcg gvec ops for pmovmskbRichard Henderson1-5/+83
2022-10-18target/i386: reimplement 0x0f 0x3a, add AVXPaolo Bonzini3-1/+386
2022-10-18target/i386: reimplement 0x0f 0xd0-0xd7, 0xe0-0xe7, 0xf0-0xf7, add AVXPaolo Bonzini4-11/+122
2022-10-18target/i386: reimplement 0x0f 0x70-0x77, add AVXPaolo Bonzini3-6/+293
2022-10-18target/i386: reimplement 0x0f 0x78-0x7f, add AVXPaolo Bonzini3-0/+138
2022-10-18target/i386: reimplement 0x0f 0x50-0x5f, add AVXPaolo Bonzini3-1/+210
2022-10-18target/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef, 0xf8-0xff, add AVXPaolo Bonzini3-1/+63
2022-10-18target/i386: reimplement 0x0f 0x60-0x6f, add AVXPaolo Bonzini3-1/+262
2022-10-18target/i386: Introduce 256-bit vector helpersPaolo Bonzini1-0/+3
2022-10-18target/i386: provide 3-operand versions of unary scalar helpersPaolo Bonzini1-9/+13