aboutsummaryrefslogtreecommitdiff
path: root/target-i386/cc_helper.c
AgeCommit message (Expand)Author
2014-02-28target-i386: Fix CC_OP_CLR vs PFRichard Henderson
2013-06-15target-i386/helper: remove DF macroliguang
2013-02-19target-i386: Add CC_OP_CLRRichard Henderson
2013-02-19target-i386: Implement ADX extensionRichard Henderson
2013-02-18target-i386: Implement BLSR, BLSMSK, BLSIRichard 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
2012-10-01x86: Implement SMEP and SMAPH. Peter Anvin
2012-08-14x86: avoid AREG0 for condition code helpersBlue Swirl
2012-06-28x86: split off condition code helpersBlue Swirl