summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* 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/+56
|/
* target-i386: Use add2 to implement the ADX extensionRichard Henderson2013-02-231-11/+9
* target-i386: Use movcond to implement shiftd.Richard Henderson2013-02-191-141/+106
* target-i386: Discard CC_OP computation in set_cc_op alsoRichard Henderson2013-02-191-3/+11
* target-i386: Use movcond to implement rotate flags.Richard Henderson2013-02-191-116/+121
* target-i386: Use movcond to implement shift flags.Richard Henderson2013-02-191-52/+42
* target-i386: Add CC_OP_CLRRichard Henderson2013-02-194-3/+21
* target-i386: Implement tzcnt and fix lzcntRichard Henderson2013-02-193-48/+54
* target-i386: Use clz/ctz for bsf/bsr helpersRichard Henderson2013-02-192-37/+14
* target-i386: Implement ADX extensionRichard Henderson2013-02-195-5/+146
* target-i386: Implement RORXRichard Henderson2013-02-181-0/+32
* target-i386: Implement SHLX, SARX, SHRXRichard Henderson2013-02-181-0/+31
* target-i386: Implement PDEP, PEXTRichard Henderson2013-02-183-0/+71
* target-i386: Implement MULXRichard Henderson2013-02-183-0/+47
* target-i386: Implement BZHIRichard Henderson2013-02-181-0/+27
* target-i386: Implement BLSR, BLSMSK, BLSIRichard Henderson2013-02-185-1/+95
* target-i386: Implement BEXTRRichard Henderson2013-02-181-0/+40
* target-i386: Implement ANDNRichard Henderson2013-02-182-7/+22
* target-i386: Implement MOVBERichard Henderson2013-02-182-28/+110
* target-i386: Decode the VEX prefixesRichard Henderson2013-02-181-4/+64
* target-i386: Tidy prefix parsingRichard Henderson2013-02-181-82/+52
* target-i386: Use CC_SRC2 for ADC and SBBRichard Henderson2013-02-185-85/+75
* target-i386: Make helper_cc_compute_{all,c} constRichard Henderson2013-02-183-14/+33
* target-i386: Don't reference ENV through most of cc helpersRichard Henderson2013-02-182-282/+180
* target-i386: optimize flags checking after sub using CC_SRCTRichard Henderson2013-02-181-15/+31
* target-i386: Update cc_op before TCG branchesRichard Henderson2013-02-181-4/+4
* target-i386: introduce gen_jcc1_noeobRichard Henderson2013-02-181-5/+22
* target-i386: use gen_op for cmps/scasRichard Henderson2013-02-181-14/+6
* target-i386: kill cpu_T3Paolo Bonzini2013-02-181-11/+8
* target-i386: expand cmov via movcondRichard Henderson2013-02-181-25/+20
* target-i386: introduce gen_cmovcc1Paolo Bonzini2013-02-181-34/+38
* target-i386: cleanup temporary macros for CCPreparePaolo Bonzini2013-02-181-47/+39
* target-i386: inline gen_prepare_cc_slowRichard Henderson2013-02-181-45/+46
* target-i386: use CCPrepare to generate conditional jumpsPaolo Bonzini2013-02-181-110/+9
* target-i386: introduce gen_prepare_ccRichard Henderson2013-02-181-49/+42
* target-i386: introduce CCPrepareRichard Henderson2013-02-181-54/+93
* target-i386: optimize setcc instructionsPaolo Bonzini2013-02-181-58/+37
* target-i386: optimize setleRichard Henderson2013-02-181-9/+6
* target-i386: optimize setbeRichard Henderson2013-02-181-4/+3
* target-i386: change gen_setcc_slow_T0 to gen_setcc_slowPaolo Bonzini2013-02-181-19/+20
* target-i386: convert gen_compute_eflags_c to TCGRichard Henderson2013-02-181-11/+98
* target-i386: use inverted setcond when computing NS or NZRichard Henderson2013-02-181-18/+31
* target-i386: do not call helper to compute ZF/SFRichard Henderson2013-02-181-6/+31
* target-i386: Move CC discards to set_cc_opRichard Henderson2013-02-181-9/+39
* target-i386: no need to flush out cc_op before gen_eobRichard Henderson2013-02-181-3/+1
* target-i386: do not compute eflags multiple times consecutivelyRichard Henderson2013-02-181-36/+36
OpenPOWER on IntegriCloud