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
/
translate.c
Age
Commit message (
Expand
)
Author
2014-01-07
target-i386: Tidy gen_op_mov_TN_reg+tcg_gen_trunc_tl_i32
Richard Henderson
2014-01-07
target-i386: Use MO_BE for movbe
Richard Henderson
2014-01-07
target-i386: Remove unused arguments to gen_lea_modrm
Richard Henderson
2014-01-07
target-i386: Tidy movsl
Richard Henderson
2014-01-07
target-i386: Tidy mov[sz][bw]
Richard Henderson
2014-01-07
target-i386: Fix typo in gen_push_T1
Richard Henderson
2014-01-07
target-i386: Remove gen_op_st_T1_A0
Richard Henderson
2014-01-07
target-i386: Remove gen_op_st_T0_A0
Richard Henderson
2014-01-07
target-i386: Introduce gen_op_st_rm_T0_A0
Richard Henderson
2014-01-07
target-i386: Remove gen_op_lds_T0_A0
Richard Henderson
2014-01-07
target-i386: Remove gen_op_ld_T1_A0
Richard Henderson
2014-01-07
target-i386: Remove gen_op_ldu_T0_A0
Richard Henderson
2014-01-07
target-i386: Remove gen_op_ld_T0_A0
Richard Henderson
2014-01-07
target-i386: Replace OT_* constants with MO_* constants
Richard Henderson
2014-01-07
target-i386: Use new tcg_gen_qemu_st_* helpers
Richard Henderson
2014-01-07
target-i386: Use new tcg_gen_qemu_ld_* helpers
Richard Henderson
2014-01-07
target-i386: Stop encoding DisasContext.mem_index
Richard Henderson
2014-01-07
target-i386: Push DisasContext into load/store helpers
Richard Henderson
2013-11-21
target-i386: Fix addr32 prefix in gen_lea_modrm
Richard Henderson
2013-11-21
target-i386: yield to another VCPU on PAUSE
Paolo Bonzini
2013-10-10
tcg: Move helper registration into tcg_context_init
Richard Henderson
2013-09-12
target-i386: Only provide CMOV and friends if feature bit set
Peter Maydell
2013-09-02
tcg: Change tcg_gen_exit_tb argument to uintptr_t
Richard Henderson
2013-07-23
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
Andreas Färber
2013-07-09
target-i386: Change gen_intermediate_code_internal() argument to X86CPU
Andreas Färber
2013-05-31
target-i386: Fix aflag logic for CODE64 and the 0x67 prefix
Richard Henderson
2013-05-10
target-i386: ROR r8/r16 imm instruction fix
Aurelien Jarno
2013-05-02
target-i386: Replace cpuid_*features fields with a feature word array
Eduardo Habkost
2013-04-20
i386 ROR r8/r16 instruction fix
Pavel Dovgaluk
2013-04-13
target-i386: add AES-NI instructions
Aurelien Jarno
2013-04-13
target-i386: add pclmulqdq instruction
Aurelien Jarno
2013-04-01
target-i386: SSE4.1: fix pinsrb instruction
Aurelien Jarno
2013-03-23
target-i386: Fix flags computation for ADOX
Richard Henderson
2013-03-22
Fix typos and misspellings
Peter Maydell
2013-03-03
gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end
Peter Maydell
2013-02-27
target-i386: Use mulu2 and muls2
Richard Henderson
2013-02-23
target-i386: Use add2 to implement the ADX extension
Richard Henderson
2013-02-19
target-i386: Use movcond to implement shiftd.
Richard Henderson
2013-02-19
target-i386: Discard CC_OP computation in set_cc_op also
Richard Henderson
2013-02-19
target-i386: Use movcond to implement rotate flags.
Richard Henderson
2013-02-19
target-i386: Use movcond to implement shift flags.
Richard Henderson
2013-02-19
target-i386: Add CC_OP_CLR
Richard Henderson
2013-02-19
target-i386: Implement tzcnt and fix lzcnt
Richard Henderson
2013-02-19
target-i386: Implement ADX extension
Richard Henderson
2013-02-18
target-i386: Implement RORX
Richard Henderson
2013-02-18
target-i386: Implement SHLX, SARX, SHRX
Richard Henderson
2013-02-18
target-i386: Implement PDEP, PEXT
Richard Henderson
2013-02-18
target-i386: Implement MULX
Richard Henderson
2013-02-18
target-i386: Implement BZHI
Richard Henderson
2013-02-18
target-i386: Implement BLSR, BLSMSK, BLSI
Richard Henderson
[prev]
[next]