aboutsummaryrefslogtreecommitdiff
path: root/target-i386/int_helper.c
AgeCommit message (Expand)Author
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2013-06-15target-i386/helper: remove EDX macroliguang
2013-06-15target-i386/helper: remove EAX macroliguang
2013-02-27target-i386: Use mulu2 and muls2Richard 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-18target-i386: Implement PDEP, PEXTRichard Henderson
2013-02-18target-i386: Implement MULXRichard Henderson
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-08-14x86: avoid AREG0 for integer helpersBlue Swirl
2012-08-14x86: avoid AREG0 for condition code helpersBlue Swirl
2012-06-28x86: split off integer helpersBlue Swirl