aboutsummaryrefslogtreecommitdiff
path: root/target-i386/translate.c
AgeCommit message (Expand)Author
2014-01-07target-i386: Tidy gen_op_mov_TN_reg+tcg_gen_trunc_tl_i32Richard Henderson
2014-01-07target-i386: Use MO_BE for movbeRichard Henderson
2014-01-07target-i386: Remove unused arguments to gen_lea_modrmRichard Henderson
2014-01-07target-i386: Tidy movslRichard Henderson
2014-01-07target-i386: Tidy mov[sz][bw]Richard Henderson
2014-01-07target-i386: Fix typo in gen_push_T1Richard Henderson
2014-01-07target-i386: Remove gen_op_st_T1_A0Richard Henderson
2014-01-07target-i386: Remove gen_op_st_T0_A0Richard Henderson
2014-01-07target-i386: Introduce gen_op_st_rm_T0_A0Richard Henderson
2014-01-07target-i386: Remove gen_op_lds_T0_A0Richard Henderson
2014-01-07target-i386: Remove gen_op_ld_T1_A0Richard Henderson
2014-01-07target-i386: Remove gen_op_ldu_T0_A0Richard Henderson
2014-01-07target-i386: Remove gen_op_ld_T0_A0Richard Henderson
2014-01-07target-i386: Replace OT_* constants with MO_* constantsRichard Henderson
2014-01-07target-i386: Use new tcg_gen_qemu_st_* helpersRichard Henderson
2014-01-07target-i386: Use new tcg_gen_qemu_ld_* helpersRichard Henderson
2014-01-07target-i386: Stop encoding DisasContext.mem_indexRichard Henderson
2014-01-07target-i386: Push DisasContext into load/store helpersRichard Henderson
2013-11-21target-i386: Fix addr32 prefix in gen_lea_modrmRichard Henderson
2013-11-21target-i386: yield to another VCPU on PAUSEPaolo Bonzini
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson
2013-09-12target-i386: Only provide CMOV and friends if feature bit setPeter Maydell
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber
2013-07-09target-i386: Change gen_intermediate_code_internal() argument to X86CPUAndreas Färber
2013-05-31target-i386: Fix aflag logic for CODE64 and the 0x67 prefixRichard Henderson
2013-05-10target-i386: ROR r8/r16 imm instruction fixAurelien Jarno
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost
2013-04-20i386 ROR r8/r16 instruction fixPavel Dovgaluk
2013-04-13target-i386: add AES-NI instructionsAurelien Jarno
2013-04-13target-i386: add pclmulqdq instructionAurelien Jarno
2013-04-01target-i386: SSE4.1: fix pinsrb instructionAurelien Jarno
2013-03-23target-i386: Fix flags computation for ADOXRichard Henderson
2013-03-22Fix typos and misspellingsPeter Maydell
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell
2013-02-27target-i386: Use mulu2 and muls2Richard Henderson
2013-02-23target-i386: Use add2 to implement the ADX extensionRichard Henderson
2013-02-19target-i386: Use movcond to implement shiftd.Richard Henderson
2013-02-19target-i386: Discard CC_OP computation in set_cc_op alsoRichard Henderson
2013-02-19target-i386: Use movcond to implement rotate flags.Richard Henderson
2013-02-19target-i386: Use movcond to implement shift flags.Richard Henderson
2013-02-19target-i386: Add CC_OP_CLRRichard Henderson
2013-02-19target-i386: Implement tzcnt and fix lzcntRichard Henderson
2013-02-19target-i386: Implement ADX extensionRichard Henderson
2013-02-18target-i386: Implement RORXRichard Henderson
2013-02-18target-i386: Implement SHLX, SARX, SHRXRichard Henderson
2013-02-18target-i386: Implement PDEP, PEXTRichard Henderson
2013-02-18target-i386: Implement MULXRichard Henderson
2013-02-18target-i386: Implement BZHIRichard Henderson
2013-02-18target-i386: Implement BLSR, BLSMSK, BLSIRichard Henderson