summaryrefslogtreecommitdiff
path: root/target-i386/int_helper.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-15target-i386/helper: remove EDX macroliguang1-12/+12
2013-06-15target-i386/helper: remove EAX macroliguang1-31/+31
2013-02-27target-i386: Use mulu2 and muls2Richard Henderson1-40/+0
2013-02-19target-i386: Implement tzcnt and fix lzcntRichard Henderson1-8/+3
2013-02-19target-i386: Use clz/ctz for bsf/bsr helpersRichard Henderson1-34/+11
2013-02-18target-i386: Implement PDEP, PEXTRichard Henderson1-0/+32
2013-02-18target-i386: Implement MULXRichard Henderson1-0/+7
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-08-14x86: avoid AREG0 for integer helpersBlue Swirl1-18/+18
2012-08-14x86: avoid AREG0 for condition code helpersBlue Swirl1-4/+4
2012-06-28x86: split off integer helpersBlue Swirl1-0/+500