summaryrefslogtreecommitdiff
path: root/target-i386/fpu_helper.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-28target-i386: Fix SSE status flag corruptionRichard Henderson1-7/+8
2013-04-13target-i386: add AES-NI instructionsAurelien Jarno1-0/+1
2013-04-01target-i386: SSE4.2: use clz32/ctz32 instead of reinventing the wheelAurelien Jarno1-0/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-08-14x86: switch to AREG0 free modeBlue Swirl1-0/+4
2012-08-14x86: avoid AREG0 for FPU helpersBlue Swirl1-226/+207
2012-06-28x86: split off FPU helpersBlue Swirl1-0/+1304