summaryrefslogtreecommitdiff
path: root/target/i386/fpu_helper.c
AgeCommit message (Expand)Author
2020-06-26target/i386: reimplement fpatan using floatx80 operationsJoseph Myers
2020-06-26target/i386: reimplement fyl2x using floatx80 operationsJoseph Myers
2020-06-26target/i386: reimplement fyl2xp1 using floatx80 operationsJoseph Myers
2020-06-26target/i386: reimplement fprem, fprem1 using floatx80 operationsJoseph Myers
2020-06-26target/i386: reimplement f2xm1 using floatx80 operationsJoseph Myers
2020-06-10target/i386: fix IEEE x87 floating-point exception raisingJoseph Myers
2020-06-10target/i386: fix fisttpl, fisttpll handling of out-of-range valuesJoseph Myers
2020-06-10target/i386: fix fbstp handling of out-of-range valuesJoseph Myers
2020-06-10target/i386: fix fbstp handling of negative zeroJoseph Myers
2020-06-10target/i386: fix fxam handling of invalid encodingsJoseph Myers
2020-06-10target/i386: fix floating-point load-constant roundingJoseph Myers
2020-06-10target/i386: fix fscale handling of rounding precisionJoseph Myers
2020-06-10target/i386: fix fscale handling of infinite exponentsJoseph Myers
2020-06-10target/i386: fix fscale handling of invalid exponent encodingsJoseph Myers
2020-06-10target/i386: fix fscale handling of signaling NaNJoseph Myers
2020-06-10target/i386: implement special cases for fxtractJoseph Myers
2020-05-19softfloat: Name compare relation enumRichard Henderson
2020-02-25target/i386: check for empty register in FXAMPaolo Bonzini
2019-10-26i386: implement IGNNEPaolo Bonzini
2019-10-26target/i386: introduce cpu_set_fpusPaolo Bonzini
2019-10-26target/i386: move FERR handling to target/i386Paolo Bonzini
2019-06-10target/i386: Use env_cpu, env_archcpuRichard Henderson
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée
2017-07-05target/i386: split cpu_set_mxcsr() and make cpu_set_fpuc() inlineYang Zhong
2017-07-05target/i386: make cpu_get_fp80()/cpu_set_fp80() staticYang Zhong
2017-02-27linux-user: Add signal handling support for x86_64Pranith Kumar
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée
2016-12-20Move target-* CPU file into a target/ folderThomas Huth