aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg/fpu_helper.c
AgeCommit message (Expand)Author
2023-12-29target/i386: clean up cpu_cc_compute_allPaolo Bonzini
2023-08-31target/translate: Include missing 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé
2022-10-20target/i386: introduce function to set rounding mode from FPCW or MXCSR bitsPaolo Bonzini
2022-10-18target/i386: move 3DNow to the new decoderPaolo Bonzini
2022-10-18target/i386: implement XSAVE and XRSTOR of AVX registersPaolo Bonzini
2022-10-18target/i386: Introduce 256-bit vector helpersPaolo Bonzini
2022-10-18target/i386: add AVX_EN hflagPaul Brook
2022-10-11linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstatePaolo Bonzini
2022-04-26target/i386: Suppress coverity warning on fsave/frstorRichard Henderson
2022-03-23target/i386: force maximum rounding precision for fildl[l]Alex Bennée
2021-07-13target/i386: Correct implementation for FCS, FIP, FDS and FDPZiqiao Kong
2021-07-13target/i386: Split out do_fninitRichard Henderson
2021-07-06target/i386: Move X86XSaveArea into TCGDavid Edmondson
2021-06-03softfloat: Introduce Floatx80RoundPrecRichard Henderson
2021-05-10i386: separate fpu_helper sysemu-only partsClaudio Fontana
2021-05-10target/i386: Split out do_fsave, do_frstor, do_fxsave, do_fxrstorRichard Henderson
2021-05-10target/i386: Rename helper_fldt, helper_fsttRichard Henderson
2020-12-16i386: move TCG cpu class initialization to tcg/Claudio Fontana
2020-12-16i386: move TCG accel files into tcg/Claudio Fontana