index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
tcg
/
translate.c
Age
Commit message (
Expand
)
Author
2024-02-16
target/i386: Generate an illegal opcode exception on cmp instructions with lo...
Ziqiao Kong
2024-02-03
include/exec: Change cpu_mmu_index argument to CPUState
Richard Henderson
2024-01-29
target: Use vaddr in gen_intermediate_code
Anton Johansson
2024-01-18
target/i386: pcrel: store low bits of physical address in data[0]
Paolo Bonzini
2024-01-18
target/i386: fix incorrect EIP in PC-relative translation blocks
guoguangyao
2024-01-18
target/i386: Do not re-compute new pc with CF_PCREL
Richard Henderson
2023-12-29
target/i386: implement CMPccXADD
Paolo Bonzini
2023-12-29
target/i386: move operand load and writeback out of gen_cmovcc1
Paolo Bonzini
2023-12-29
target/i386: prepare for implementation of STOS/SCAS in new decoder
Paolo Bonzini
2023-12-29
target/i386: do not use s->tmp0 for jumps on ECX ==/!= 0
Paolo Bonzini
2023-12-29
target/i386: do not use s->tmp4 for push
Paolo Bonzini
2023-12-29
target/i386: split eflags computation out of gen_compute_eflags
Paolo Bonzini
2023-12-29
target/i386: do not clobber T0 on string operations
Paolo Bonzini
2023-12-29
target/i386: do not clobber A0 in POP translation
Paolo Bonzini
2023-12-29
target/i386: remove unnecessary truncations
Paolo Bonzini
2023-12-29
target/i386: speedup JO/SETO after MUL or IMUL
Paolo Bonzini
2023-12-29
target/i386: optimize computation of JL and JLE from flags
Paolo Bonzini
2023-12-12
target/i386: Fix 32-bit wrapping of pc/eip computation
Richard Henderson
2023-10-22
target/i386: Use tcg_gen_ext_tl
Richard Henderson
2023-10-22
target/i386: Use i128 for 128 and 256-bit loads and stores
Richard Henderson
2023-10-17
target/i386: check intercept for XSETBV
Paolo Bonzini
2023-10-07
target/i386: Check for USER_ONLY definition instead of SOFTMMU one
Philippe Mathieu-Daudé
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
2023-09-26
target/i386/translate: avoid shadowed local variables
Paolo Bonzini
2023-09-20
i386: spelling fixes
Michael Tokarev
2023-09-01
target/i386: raise FERR interrupt with iothread locked
Paolo Bonzini
2023-06-29
target/i386: emulate 64-bit ring 0 for linux-user if LM feature is set
Paolo Bonzini
2023-06-26
target/i386: implement SYSCALL/SYSRET in 32-bit emulators
Paolo Bonzini
2023-06-26
target/i386: implement RDPID in TCG
Paolo Bonzini
2023-06-26
target/i386: sysret and sysexit are privileged
Paolo Bonzini
2023-06-26
target/i386: AMD only supports SYSENTER/SYSEXIT in 32-bit mode
Paolo Bonzini
2023-06-26
target/i386: Intel only supports SYSCALL/SYSRET in long mode
Paolo Bonzini
2023-06-26
target/i386: TCG supports WBNOINVD
Paolo Bonzini
2023-06-26
target/i386: do not accept RDSEED if CPUID bit absent
Paolo Bonzini
2023-06-26
target/i386: fix INVD vmexit
Paolo Bonzini
2023-06-20
target/i386: Simplify i386_tr_init_disas_context()
Philippe Mathieu-Daudé
2023-06-05
accel/tcg: Introduce translator_io_start
Richard Henderson
2023-06-05
tcg: Pass TCGHelperInfo to tcg_gen_callN
Richard Henderson
2023-04-23
tcg: Replace tcg_abort with g_assert_not_reached
Richard Henderson
2023-03-13
target/i386: Avoid use of tcg_const_* throughout
Richard Henderson
2023-03-05
target/i386: Simplify POPF
Richard Henderson
2023-03-05
target/i386: Drop tcg_temp_free
Richard Henderson
2023-03-01
target/i386: Don't use tcg_temp_local_new
Richard Henderson
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
2023-03-01
target/i386: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
2023-02-04
target/i386: Inline cmpxchg16b
Richard Henderson
2023-02-04
target/i386: Inline cmpxchg8b
Richard Henderson
2023-02-04
target/i386: Split out gen_cmpxchg8b, gen_cmpxchg16b
Richard Henderson
2022-11-15
target/i386: hardcode R_EAX as destination register for LAHF/SAHF
Paolo Bonzini
[next]