summaryrefslogtreecommitdiff
path: root/target-i386/translate.c
AgeCommit message (Expand)Author
2013-02-18target-i386: optimize setleRichard Henderson
2013-02-18target-i386: optimize setbeRichard Henderson
2013-02-18target-i386: change gen_setcc_slow_T0 to gen_setcc_slowPaolo Bonzini
2013-02-18target-i386: convert gen_compute_eflags_c to TCGRichard Henderson
2013-02-18target-i386: use inverted setcond when computing NS or NZRichard Henderson
2013-02-18target-i386: do not call helper to compute ZF/SFRichard Henderson
2013-02-18target-i386: Move CC discards to set_cc_opRichard Henderson
2013-02-18target-i386: no need to flush out cc_op before gen_eobRichard Henderson
2013-02-18target-i386: do not compute eflags multiple times consecutivelyRichard Henderson
2013-02-18target-i386: add helper functions to get other flagsPaolo Bonzini
2013-02-18target-i386: Use gen_update_cc_op everywhereRichard Henderson
2013-02-18target-i386: Don't clobber s->cc_op in gen_update_cc_opRichard Henderson
2013-02-18target-i386: Introduce set_cc_opRichard Henderson
2013-02-18target-i386: Name the cc_op enumerationRichard Henderson
2013-02-18target-i386: factor gen_op_set_cc_op/tcg_gen_discard_tl around computing flagsPaolo Bonzini
2013-02-18target-i386: use gen_jcc1 to compile loopzPaolo Bonzini
2013-02-18target-i386: clean up sahfPaolo Bonzini
2013-02-18target-i386: compute eflags outside rcl/rcr helperPaolo Bonzini
2013-02-18target-i386: move eflags computation closer to gen_op_set_cc_opPaolo Bonzini
2013-02-18target-i386: move carry computation for inc/dec closer to gen_op_set_cc_opPaolo Bonzini
2013-02-18target-i386: drop cc_op argument of gen_jcc1Paolo Bonzini
2013-02-18target-i386: factor setting of s->cc_op handling for string functionsPaolo Bonzini
2013-02-18target-i386: introduce gen_ext_tlPaolo Bonzini
2013-02-18target-i386: use OT_* consistentlyPaolo Bonzini
2013-02-16qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin
2012-11-10target-i386: avoid using cpu_single_envBlue Swirl
2012-11-10disas: avoid using cpu_single_envBlue Swirl
2012-10-14Fix popcnt in long modemalc
2012-10-01x86: Implement SMEP and SMAPH. Peter Anvin
2012-09-27Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson
2012-08-24target-i386/translate.c: mov to/from crN/drN: ignore mod bitsMatthew Ogilvie
2012-08-14x86: switch to AREG0 free modeBlue Swirl
2012-08-14x86: avoid AREG0 in segmentation helpersBlue Swirl
2012-08-14x86: avoid AREG0 for misc helpersBlue Swirl
2012-08-14x86: avoid AREG0 for SMM helpersBlue Swirl
2012-08-14x86: avoid AREG0 for SVM helpersBlue Swirl
2012-08-14x86: avoid AREG0 for integer helpersBlue Swirl
2012-08-14x86: avoid AREG0 for condition code helpersBlue Swirl
2012-08-14x86: avoid AREG0 for FPU helpersBlue Swirl
2012-07-29x86: Fixed incorrect segment base address addition in 64-bits modeVitaly Chipounov
2012-07-07target-i386: make it clearer that op table accesses don't overrunPeter Maydell
2012-07-07target-i386: Remove confusing X86_64_DEF macroPeter Maydell
2012-07-07target-i386: Remove unused macrosPeter Maydell