aboutsummaryrefslogtreecommitdiff
path: root/target-i386/int_helper.c
AgeCommit message (Expand)Author
2016-12-20Move target-* CPU file into a target/ folderThomas Huth
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-02-15target-i386: Implement FSGSBASERichard Henderson
2016-01-29x86: Clean up includesPeter Maydell
2015-09-15target-i386: exception handling for div instructionsPavel Dovgalyuk
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