aboutsummaryrefslogtreecommitdiff
path: root/target-i386/fpu_helper.c
AgeCommit message (Expand)Author
2016-09-19target-i386: Use struct X86XSaveArea in fpu_helper.cRichard Henderson
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-03-24target-i386: implement PKE for TCGPaolo Bonzini
2016-02-25target-i386: fix confusion in xcr0 bit position vs. maskPaolo Bonzini
2016-02-13target-i386: Enable control registers for MPXRichard Henderson
2016-02-13target-i386: Implement XSAVEOPTRichard Henderson
2016-02-13target-i386: Add XSAVE extensionRichard Henderson
2016-02-13target-i386: Split fxsave/fxrstor implementationRichard Henderson
2016-01-29x86: Clean up includesPeter Maydell
2016-01-21target-i386: Rename XMM_[BWLSDQ] helpers to ZMM_*Eduardo Habkost
2015-09-15target-i386: exception handling for FPU instructionsPavel Dovgalyuk
2015-07-24target-i386/FPU: a misprint in helper_fistll_ST0Dmitry Poletaev
2015-07-07crypto: move built-in AES implementation into crypto/Daniel P. Berrange
2014-12-14target-i386: fbld instruction doesn't set minus signDmitry Poletaev
2014-12-14target-i386: Wrong conversion infinity from float80 to int32/int64Dmitry Poletaev
2014-09-18target-i386: update fp status fixPavel Dovgalyuk
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2014-02-28target-i386: Fix SSE status flag corruptionRichard Henderson
2013-04-13target-i386: add AES-NI instructionsAurelien Jarno
2013-04-01target-i386: SSE4.2: use clz32/ctz32 instead of reinventing the wheelAurelien Jarno
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-08-14x86: switch to AREG0 free modeBlue Swirl
2012-08-14x86: avoid AREG0 for FPU helpersBlue Swirl
2012-06-28x86: split off FPU helpersBlue Swirl