summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* target-i386: Don't modify env->eflags around cpu_dump_stateRichard Henderson2013-03-231-1/+1
* target-i386: Fix flags computation for ADOXRichard Henderson2013-03-231-1/+1
* Fix typos and misspellingsPeter Maydell2013-03-221-1/+1
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-124-3/+12
* cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-121-3/+3
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-127-50/+66
* target-i386: Update VMStateDescription to X86CPUAndreas Färber2013-03-124-110/+113
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-03-041-1/+2
|\
| * Fix guest OS hang when 64bit PCI bar presentAlexey Korolev2013-02-271-1/+2
* | gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell2013-03-031-2/+2
* | cpu: Introduce ENV_OFFSET macrosAndreas Färber2013-03-031-0/+1
* | target-i386: Use mulu2 and muls2Richard Henderson2013-02-273-155/+56Star
|/
* target-i386: Use add2 to implement the ADX extensionRichard Henderson2013-02-231-11/+9Star
* target-i386: Use movcond to implement shiftd.Richard Henderson2013-02-201-141/+106Star
* target-i386: Discard CC_OP computation in set_cc_op alsoRichard Henderson2013-02-201-3/+11
* target-i386: Use movcond to implement rotate flags.Richard Henderson2013-02-201-116/+121
* target-i386: Use movcond to implement shift flags.Richard Henderson2013-02-201-52/+42Star
* target-i386: Add CC_OP_CLRRichard Henderson2013-02-204-3/+21
* target-i386: Implement tzcnt and fix lzcntRichard Henderson2013-02-203-48/+54
* target-i386: Use clz/ctz for bsf/bsr helpersRichard Henderson2013-02-202-37/+14Star
* target-i386: Implement ADX extensionRichard Henderson2013-02-205-5/+146
* target-i386: Implement RORXRichard Henderson2013-02-191-0/+32
* target-i386: Implement SHLX, SARX, SHRXRichard Henderson2013-02-191-0/+31
* target-i386: Implement PDEP, PEXTRichard Henderson2013-02-193-0/+71
* target-i386: Implement MULXRichard Henderson2013-02-193-0/+47
* target-i386: Implement BZHIRichard Henderson2013-02-191-0/+27
* target-i386: Implement BLSR, BLSMSK, BLSIRichard Henderson2013-02-195-1/+95
* target-i386: Implement BEXTRRichard Henderson2013-02-191-0/+40
* target-i386: Implement ANDNRichard Henderson2013-02-192-7/+22
* target-i386: Implement MOVBERichard Henderson2013-02-192-28/+110
* target-i386: Decode the VEX prefixesRichard Henderson2013-02-191-4/+64
* target-i386: Tidy prefix parsingRichard Henderson2013-02-191-82/+52Star
* target-i386: Use CC_SRC2 for ADC and SBBRichard Henderson2013-02-195-85/+75Star
* target-i386: Make helper_cc_compute_{all,c} constRichard Henderson2013-02-193-14/+33
* target-i386: Don't reference ENV through most of cc helpersRichard Henderson2013-02-192-282/+180Star
* target-i386: optimize flags checking after sub using CC_SRCTRichard Henderson2013-02-191-15/+31
* target-i386: Update cc_op before TCG branchesRichard Henderson2013-02-191-4/+4
* target-i386: introduce gen_jcc1_noeobRichard Henderson2013-02-191-5/+22
* target-i386: use gen_op for cmps/scasRichard Henderson2013-02-191-14/+6Star
* target-i386: kill cpu_T3Paolo Bonzini2013-02-191-11/+8Star
* target-i386: expand cmov via movcondRichard Henderson2013-02-191-25/+20Star
* target-i386: introduce gen_cmovcc1Paolo Bonzini2013-02-191-34/+38
* target-i386: cleanup temporary macros for CCPreparePaolo Bonzini2013-02-191-47/+39Star
* target-i386: inline gen_prepare_cc_slowRichard Henderson2013-02-191-45/+46
* target-i386: use CCPrepare to generate conditional jumpsPaolo Bonzini2013-02-191-110/+9Star
* target-i386: introduce gen_prepare_ccRichard Henderson2013-02-191-49/+42Star
* target-i386: introduce CCPrepareRichard Henderson2013-02-191-54/+93
* target-i386: optimize setcc instructionsPaolo Bonzini2013-02-191-58/+37Star
* target-i386: optimize setleRichard Henderson2013-02-191-9/+6Star
* target-i386: optimize setbeRichard Henderson2013-02-191-4/+3Star