aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
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
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