aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-12target-i386: Update VMStateDescription to X86CPUAndreas Färber
2013-03-04Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell
2013-03-03cpu: Introduce ENV_OFFSET macrosAndreas Färber
2013-02-27target-i386: Use mulu2 and muls2Richard Henderson
2013-02-27Fix guest OS hang when 64bit PCI bar presentAlexey Korolev
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: Use clz/ctz for bsf/bsr helpersRichard 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
2013-02-18target-i386: Implement BEXTRRichard Henderson
2013-02-18target-i386: Implement ANDNRichard Henderson
2013-02-18target-i386: Implement MOVBERichard Henderson
2013-02-18target-i386: Decode the VEX prefixesRichard Henderson
2013-02-18target-i386: Tidy prefix parsingRichard Henderson
2013-02-18target-i386: Use CC_SRC2 for ADC and SBBRichard Henderson
2013-02-18target-i386: Make helper_cc_compute_{all,c} constRichard Henderson
2013-02-18target-i386: Don't reference ENV through most of cc helpersRichard Henderson
2013-02-18target-i386: optimize flags checking after sub using CC_SRCTRichard Henderson
2013-02-18target-i386: Update cc_op before TCG branchesRichard Henderson
2013-02-18target-i386: introduce gen_jcc1_noeobRichard Henderson
2013-02-18target-i386: use gen_op for cmps/scasRichard Henderson
2013-02-18target-i386: kill cpu_T3Paolo Bonzini
2013-02-18target-i386: expand cmov via movcondRichard Henderson
2013-02-18target-i386: introduce gen_cmovcc1Paolo Bonzini
2013-02-18target-i386: cleanup temporary macros for CCPreparePaolo Bonzini
2013-02-18target-i386: inline gen_prepare_cc_slowRichard Henderson
2013-02-18target-i386: use CCPrepare to generate conditional jumpsPaolo Bonzini
2013-02-18target-i386: introduce gen_prepare_ccRichard Henderson
2013-02-18target-i386: introduce CCPrepareRichard Henderson
2013-02-18target-i386: optimize setcc instructionsPaolo Bonzini
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