summaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber7-50/+66
2013-03-12target-i386: Update VMStateDescription to X86CPUAndreas Färber4-110/+113
2013-03-04Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+2
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell1-2/+2
2013-03-03cpu: Introduce ENV_OFFSET macrosAndreas Färber1-0/+1
2013-02-27target-i386: Use mulu2 and muls2Richard Henderson3-155/+56
2013-02-27Fix guest OS hang when 64bit PCI bar presentAlexey Korolev1-1/+2
2013-02-23target-i386: Use add2 to implement the ADX extensionRichard Henderson1-11/+9
2013-02-19target-i386: Use movcond to implement shiftd.Richard Henderson1-141/+106
2013-02-19target-i386: Discard CC_OP computation in set_cc_op alsoRichard Henderson1-3/+11
2013-02-19target-i386: Use movcond to implement rotate flags.Richard Henderson1-116/+121
2013-02-19target-i386: Use movcond to implement shift flags.Richard Henderson1-52/+42
2013-02-19target-i386: Add CC_OP_CLRRichard Henderson4-3/+21
2013-02-19target-i386: Implement tzcnt and fix lzcntRichard Henderson3-48/+54
2013-02-19target-i386: Use clz/ctz for bsf/bsr helpersRichard Henderson2-37/+14
2013-02-19target-i386: Implement ADX extensionRichard Henderson5-5/+146
2013-02-18target-i386: Implement RORXRichard Henderson1-0/+32
2013-02-18target-i386: Implement SHLX, SARX, SHRXRichard Henderson1-0/+31
2013-02-18target-i386: Implement PDEP, PEXTRichard Henderson3-0/+71
2013-02-18target-i386: Implement MULXRichard Henderson3-0/+47
2013-02-18target-i386: Implement BZHIRichard Henderson1-0/+27
2013-02-18target-i386: Implement BLSR, BLSMSK, BLSIRichard Henderson5-1/+95
2013-02-18target-i386: Implement BEXTRRichard Henderson1-0/+40
2013-02-18target-i386: Implement ANDNRichard Henderson2-7/+22
2013-02-18target-i386: Implement MOVBERichard Henderson2-28/+110
2013-02-18target-i386: Decode the VEX prefixesRichard Henderson1-4/+64
2013-02-18target-i386: Tidy prefix parsingRichard Henderson1-82/+52
2013-02-18target-i386: Use CC_SRC2 for ADC and SBBRichard Henderson5-85/+75
2013-02-18target-i386: Make helper_cc_compute_{all,c} constRichard Henderson3-14/+33
2013-02-18target-i386: Don't reference ENV through most of cc helpersRichard Henderson2-282/+180
2013-02-18target-i386: optimize flags checking after sub using CC_SRCTRichard Henderson1-15/+31
2013-02-18target-i386: Update cc_op before TCG branchesRichard Henderson1-4/+4
2013-02-18target-i386: introduce gen_jcc1_noeobRichard Henderson1-5/+22
2013-02-18target-i386: use gen_op for cmps/scasRichard Henderson1-14/+6
2013-02-18target-i386: kill cpu_T3Paolo Bonzini1-11/+8
2013-02-18target-i386: expand cmov via movcondRichard Henderson1-25/+20
2013-02-18target-i386: introduce gen_cmovcc1Paolo Bonzini1-34/+38
2013-02-18target-i386: cleanup temporary macros for CCPreparePaolo Bonzini1-47/+39
2013-02-18target-i386: inline gen_prepare_cc_slowRichard Henderson1-45/+46
2013-02-18target-i386: use CCPrepare to generate conditional jumpsPaolo Bonzini1-110/+9
2013-02-18target-i386: introduce gen_prepare_ccRichard Henderson1-49/+42
2013-02-18target-i386: introduce CCPrepareRichard Henderson1-54/+93
2013-02-18target-i386: optimize setcc instructionsPaolo Bonzini1-58/+37
2013-02-18target-i386: optimize setleRichard Henderson1-9/+6
2013-02-18target-i386: optimize setbeRichard Henderson1-4/+3
2013-02-18target-i386: change gen_setcc_slow_T0 to gen_setcc_slowPaolo Bonzini1-19/+20
2013-02-18target-i386: convert gen_compute_eflags_c to TCGRichard Henderson1-11/+98
2013-02-18target-i386: use inverted setcond when computing NS or NZRichard Henderson1-18/+31
2013-02-18target-i386: do not call helper to compute ZF/SFRichard Henderson1-6/+31
2013-02-18target-i386: Move CC discards to set_cc_opRichard Henderson1-9/+39