Sign in
qemu-android
/
qemu-android
/
c56baccf67c0251ce4480ecc6f72e3511add8b5e
/
target-i386
/
translate.c
c56bacc
target-i386: Remove gen_op_mov_TN_reg
by Richard Henderson
· 11 years ago
fd5185e
target-i386: Remove gen_op_addl_T0_T1
by Richard Henderson
· 11 years ago
68773f8
target-i386: Remove gen_op_mov_reg_T1
by Richard Henderson
· 11 years ago
480a762
target-i386: Remove gen_op_mov_reg_T0
by Richard Henderson
· 11 years ago
fac0aff
target-i386: Tidy cpu_regs initialization
by Richard Henderson
· 11 years ago
8e31d23
target_i386: Clean up gen_pop_T0
by Richard Henderson
· 11 years ago
432baff
target-i386: Combine gen_push_T* into gen_push_v
by Richard Henderson
· 11 years ago
7effd62
target-i386: Tidy addr16 code in gen_lea_modrm
by Richard Henderson
· 11 years ago
ab4e4ae
target-i386: Change dflag to TCGMemOp
by Richard Henderson
· 11 years ago
6f17675
target-i386: Change gen_op_mov_reg_A0 size parameter to TCGMemOp
by Richard Henderson
· 11 years ago
1d71ddb
target-i386: Change aflag to TCGMemOp
by Richard Henderson
· 11 years ago
c92aa1a
target-i386: Change gen_op_j*z_ecx size parameter to TCGMemOp
by Richard Henderson
· 11 years ago
d3f4bbe
target-i386: Change gen_op_add_reg_* size parameter to TCGMemOp
by Richard Henderson
· 11 years ago
d67dc9e
target-i386: Use TCGMemOp for 'ot' variables
by Richard Henderson
· 11 years ago
a7e5c7d
target-i386: Remove gen_op_andl_A0_ffff
by Richard Henderson
· 11 years ago
2b98a7d
target-i386: Remove gen_op_movl_T0_T1
by Richard Henderson
· 11 years ago
f0706f0
target-i386: Remove gen_op_andl_T0_im
by Richard Henderson
· 11 years ago
40b9023
target-i386: Remove gen_op_andl_T0_ffff
by Richard Henderson
· 11 years ago
cc0bce8
target-i386: Remove gen_movtl_T*_im
by Richard Henderson
· 11 years ago
3250cff
target-i386: Remove gen_op_mov*_A0_im
by Richard Henderson
· 11 years ago
0ae657b
target-i386: Remove gen_op_movl_T0_im*
by Richard Henderson
· 11 years ago
1b90d56
target-i386: Remove gen_op_movl_T0_im*
by Richard Henderson
· 11 years ago
97212c8
target-i386: Remove gen_op_movl_T0_0
by Richard Henderson
· 11 years ago
a7fbcbe
target-i386: Tidy extend + move
by Richard Henderson
· 11 years ago
d5601ad
target-i386: Tidy extend + store
by Richard Henderson
· 11 years ago
80b0201
target-i386: Tidy load + truncate
by Richard Henderson
· 11 years ago
24b9c00
target-i386: Tidy gen_op_mov_TN_reg+tcg_gen_trunc_tl_i32
by Richard Henderson
· 11 years ago
3655a19
target-i386: Use MO_BE for movbe
by Richard Henderson
· 11 years ago
4eeb393
target-i386: Remove unused arguments to gen_lea_modrm
by Richard Henderson
· 11 years ago
4b1fe06
target-i386: Tidy movsl
by Richard Henderson
· 11 years ago
c8fbc47
target-i386: Tidy mov[sz][bw]
by Richard Henderson
· 11 years ago
ee3138d
target-i386: Fix typo in gen_push_T1
by Richard Henderson
· 11 years ago
b5afc10
target-i386: Remove gen_op_st_T1_A0
by Richard Henderson
· 11 years ago
fd8ca9f
target-i386: Remove gen_op_st_T0_A0
by Richard Henderson
· 11 years ago
d4faa3e
target-i386: Introduce gen_op_st_rm_T0_A0
by Richard Henderson
· 11 years ago
dc732b7
target-i386: Remove gen_op_lds_T0_A0
by Richard Henderson
· 11 years ago
0f712e1
target-i386: Remove gen_op_ld_T1_A0
by Richard Henderson
· 11 years ago
cc1a80d
target-i386: Remove gen_op_ldu_T0_A0
by Richard Henderson
· 11 years ago
909be18
target-i386: Remove gen_op_ld_T0_A0
by Richard Henderson
· 11 years ago
4ba9938
target-i386: Replace OT_* constants with MO_* constants
by Richard Henderson
· 11 years ago
3523e4b
target-i386: Use new tcg_gen_qemu_st_* helpers
by Richard Henderson
· 11 years ago
3c5f411
target-i386: Use new tcg_gen_qemu_ld_* helpers
by Richard Henderson
· 11 years ago
5c42a7c
target-i386: Stop encoding DisasContext.mem_index
by Richard Henderson
· 11 years ago
323d187
target-i386: Push DisasContext into load/store helpers
by Richard Henderson
· 11 years ago
7865eec
target-i386: Fix addr32 prefix in gen_lea_modrm
by Richard Henderson
· 11 years ago
81f3053
target-i386: yield to another VCPU on PAUSE
by Paolo Bonzini
· 11 years ago
5cd8f62
tcg: Move helper registration into tcg_context_init
by Richard Henderson
· 11 years ago
bff9328
target-i386: Only provide CMOV and friends if feature bit set
by Peter Maydell
· 12 years ago
8cfd049
tcg: Change tcg_gen_exit_tb argument to uintptr_t
by Richard Henderson
· 12 years ago
ed2803d
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
467215c
target-i386: Change gen_intermediate_code_internal() argument to X86CPU
by Andreas Färber
· 12 years ago
dec3fc9
target-i386: Fix aflag logic for CODE64 and the 0x67 prefix
by Richard Henderson
· 12 years ago
38ebb39
target-i386: ROR r8/r16 imm instruction fix
by Aurelien Jarno
· 12 years ago
0514ef2
target-i386: Replace cpuid_*features fields with a feature word array
by Eduardo Habkost
· 12 years ago
089305a
i386 ROR r8/r16 instruction fix
by Pavel Dovgaluk
· 12 years ago
d640045
target-i386: add AES-NI instructions
by Aurelien Jarno
· 12 years ago
e71827b
target-i386: add pclmulqdq instruction
by Aurelien Jarno
· 12 years ago
34c6add
target-i386: SSE4.1: fix pinsrb instruction
by Aurelien Jarno
· 12 years ago
c53de1a
target-i386: Fix flags computation for ADOX
by Richard Henderson
· 12 years ago
085d813
Fix typos and misspellings
by Peter Maydell
· 12 years ago
806f352
gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end
by Peter Maydell
· 12 years ago
a4bcea3
target-i386: Use mulu2 and muls2
by Richard Henderson
· 12 years ago
76f1313
target-i386: Use add2 to implement the ADX extension
by Richard Henderson
· 12 years ago
f437d0a
target-i386: Use movcond to implement shiftd.
by Richard Henderson
· 12 years ago
e2f515c
target-i386: Discard CC_OP computation in set_cc_op also
by Richard Henderson
· 12 years ago
34d80a5
target-i386: Use movcond to implement rotate flags.
by Richard Henderson
· 12 years ago
a41f62f
target-i386: Use movcond to implement shift flags.
by Richard Henderson
· 12 years ago
436ff2d
target-i386: Add CC_OP_CLR
by Richard Henderson
· 12 years ago
321c535
target-i386: Implement tzcnt and fix lzcnt
by Richard Henderson
· 12 years ago
cd7f97c
target-i386: Implement ADX extension
by Richard Henderson
· 12 years ago
e2c3c2c
target-i386: Implement RORX
by Richard Henderson
· 12 years ago
4a55489
target-i386: Implement SHLX, SARX, SHRX
by Richard Henderson
· 12 years ago
0592f74
target-i386: Implement PDEP, PEXT
by Richard Henderson
· 12 years ago
5f1f4b1
target-i386: Implement MULX
by Richard Henderson
· 12 years ago
02ea1e6
target-i386: Implement BZHI
by Richard Henderson
· 12 years ago
bc4b43d
target-i386: Implement BLSR, BLSMSK, BLSI
by Richard Henderson
· 12 years ago
c7ab756
target-i386: Implement BEXTR
by Richard Henderson
· 12 years ago
7073fba
target-i386: Implement ANDN
by Richard Henderson
· 12 years ago
111994e
target-i386: Implement MOVBE
by Richard Henderson
· 12 years ago
701ed21
target-i386: Decode the VEX prefixes
by Richard Henderson
· 12 years ago
4a6fd93
target-i386: Tidy prefix parsing
by Richard Henderson
· 12 years ago
988c3eb
target-i386: Use CC_SRC2 for ADC and SBB
by Richard Henderson
· 12 years ago
db9f259
target-i386: Make helper_cc_compute_{all,c} const
by Richard Henderson
· 12 years ago
a325118
target-i386: optimize flags checking after sub using CC_SRCT
by Richard Henderson
· 12 years ago
891a513
target-i386: Update cc_op before TCG branches
by Richard Henderson
· 12 years ago
dc25920
target-i386: introduce gen_jcc1_noeob
by Richard Henderson
· 12 years ago
63633fe
target-i386: use gen_op for cmps/scas
by Richard Henderson
· 12 years ago
3b9d3cf
target-i386: kill cpu_T3
by Paolo Bonzini
· 12 years ago
57eb0cc
target-i386: expand cmov via movcond
by Richard Henderson
· 12 years ago
f32d378
target-i386: introduce gen_cmovcc1
by Paolo Bonzini
· 12 years ago
cc8b6f5
target-i386: cleanup temporary macros for CCPrepare
by Paolo Bonzini
· 12 years ago
69d1aa3
target-i386: inline gen_prepare_cc_slow
by Richard Henderson
· 12 years ago
943131c
target-i386: use CCPrepare to generate conditional jumps
by Paolo Bonzini
· 12 years ago
276e6b5
target-i386: introduce gen_prepare_cc
by Richard Henderson
· 12 years ago
bec93d7
target-i386: introduce CCPrepare
by Richard Henderson
· 12 years ago
c365395
target-i386: optimize setcc instructions
by Paolo Bonzini
· 12 years ago
be10b28
target-i386: optimize setle
by Richard Henderson
· 12 years ago
2cb4764
target-i386: optimize setbe
by Richard Henderson
· 12 years ago
1a5c635
target-i386: change gen_setcc_slow_T0 to gen_setcc_slow
by Paolo Bonzini
· 12 years ago
06847f1
target-i386: convert gen_compute_eflags_c to TCG
by Richard Henderson
· 12 years ago
Next »