aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg/translate.c
AgeCommit message (Expand)Author
2024-02-16target/i386: Generate an illegal opcode exception on cmp instructions with lo...Ziqiao Kong
2024-02-03include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson
2024-01-18target/i386: pcrel: store low bits of physical address in data[0]Paolo Bonzini
2024-01-18target/i386: fix incorrect EIP in PC-relative translation blocksguoguangyao
2024-01-18target/i386: Do not re-compute new pc with CF_PCRELRichard Henderson
2023-12-29target/i386: implement CMPccXADDPaolo Bonzini
2023-12-29target/i386: move operand load and writeback out of gen_cmovcc1Paolo Bonzini
2023-12-29target/i386: prepare for implementation of STOS/SCAS in new decoderPaolo Bonzini
2023-12-29target/i386: do not use s->tmp0 for jumps on ECX ==/!= 0Paolo Bonzini
2023-12-29target/i386: do not use s->tmp4 for pushPaolo Bonzini
2023-12-29target/i386: split eflags computation out of gen_compute_eflagsPaolo Bonzini
2023-12-29target/i386: do not clobber T0 on string operationsPaolo Bonzini
2023-12-29target/i386: do not clobber A0 in POP translationPaolo Bonzini
2023-12-29target/i386: remove unnecessary truncationsPaolo Bonzini
2023-12-29target/i386: speedup JO/SETO after MUL or IMULPaolo Bonzini
2023-12-29target/i386: optimize computation of JL and JLE from flagsPaolo Bonzini
2023-12-12target/i386: Fix 32-bit wrapping of pc/eip computationRichard Henderson
2023-10-22target/i386: Use tcg_gen_ext_tlRichard Henderson
2023-10-22target/i386: Use i128 for 128 and 256-bit loads and storesRichard Henderson
2023-10-17target/i386: check intercept for XSETBVPaolo Bonzini
2023-10-07target/i386: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-09-26target/i386/translate: avoid shadowed local variablesPaolo Bonzini
2023-09-20i386: spelling fixesMichael Tokarev
2023-09-01target/i386: raise FERR interrupt with iothread lockedPaolo Bonzini
2023-06-29target/i386: emulate 64-bit ring 0 for linux-user if LM feature is setPaolo Bonzini
2023-06-26target/i386: implement SYSCALL/SYSRET in 32-bit emulatorsPaolo Bonzini
2023-06-26target/i386: implement RDPID in TCGPaolo Bonzini
2023-06-26target/i386: sysret and sysexit are privilegedPaolo Bonzini
2023-06-26target/i386: AMD only supports SYSENTER/SYSEXIT in 32-bit modePaolo Bonzini
2023-06-26target/i386: Intel only supports SYSCALL/SYSRET in long modePaolo Bonzini
2023-06-26target/i386: TCG supports WBNOINVDPaolo Bonzini
2023-06-26target/i386: do not accept RDSEED if CPUID bit absentPaolo Bonzini
2023-06-26target/i386: fix INVD vmexitPaolo Bonzini
2023-06-20target/i386: Simplify i386_tr_init_disas_context()Philippe Mathieu-Daudé
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-04-23tcg: Replace tcg_abort with g_assert_not_reachedRichard Henderson
2023-03-13target/i386: Avoid use of tcg_const_* throughoutRichard Henderson
2023-03-05target/i386: Simplify POPFRichard Henderson
2023-03-05target/i386: Drop tcg_temp_freeRichard Henderson
2023-03-01target/i386: Don't use tcg_temp_local_newRichard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2023-03-01target/i386: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2023-02-04target/i386: Inline cmpxchg16bRichard Henderson
2023-02-04target/i386: Inline cmpxchg8bRichard Henderson
2023-02-04target/i386: Split out gen_cmpxchg8b, gen_cmpxchg16bRichard Henderson
2022-11-15target/i386: hardcode R_EAX as destination register for LAHF/SAHFPaolo Bonzini