summaryrefslogtreecommitdiff
path: root/target-i386/fpu_helper.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-24target-i386: implement PKE for TCGPaolo Bonzini1-0/+27
2016-02-25target-i386: fix confusion in xcr0 bit position vs. maskPaolo Bonzini1-20/+21
2016-02-13target-i386: Enable control registers for MPXRichard Henderson1-3/+76
2016-02-13target-i386: Implement XSAVEOPTRichard Henderson1-6/+23
2016-02-13target-i386: Add XSAVE extensionRichard Henderson1-0/+145
2016-02-13target-i386: Split fxsave/fxrstor implementationRichard Henderson1-78/+97
2016-01-29x86: Clean up includesPeter Maydell1-0/+1
2016-01-21target-i386: Rename XMM_[BWLSDQ] helpers to ZMM_*Eduardo Habkost1-4/+4
2015-09-15target-i386: exception handling for FPU instructionsPavel Dovgalyuk1-69/+95
2015-07-24target-i386/FPU: a misprint in helper_fistll_ST0Dmitry Poletaev1-1/+1
2015-07-07crypto: move built-in AES implementation into crypto/Daniel P. Berrange1-1/+0
2014-12-14target-i386: fbld instruction doesn't set minus signDmitry Poletaev1-1/+1
2014-12-14target-i386: Wrong conversion infinity from float80 to int32/int64Dmitry Poletaev1-1/+19
2014-09-18target-i386: update fp status fixPavel Dovgalyuk1-8/+13
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini1-4/+1
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson1-1/+1
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