summaryrefslogtreecommitdiffstats
path: root/fpu
Commit message (Expand)AuthorAgeFilesLines
* softfloat: Define misc operations for bfloat16LIU Zhiwei2020-08-281-0/+38
* softfloat: Define convert operations for bfloat16LIU Zhiwei2020-08-281-0/+223
* softfloat: Define operations for bfloat16LIU Zhiwei2020-08-281-0/+168
* softfloat: Add fp16 and uint8/int8 conversion functionsFrank Chang2020-08-281-0/+34
* softfloat: add xtensa specialization for pickNaNMulAddMax Filippov2020-08-211-0/+26
* softfloat: pass float_status pointer to pickNaNMax Filippov2020-08-212-7/+25
* softfloat: make NO_SIGNALING_NANS runtime propertyMax Filippov2020-08-211-112/+118
* meson: rename included C source files to .c.incPaolo Bonzini2020-08-212-1/+1
* fpu/softfloat: fix up float16 nan recognitionLIU Zhiwei2020-07-151-2/+2
* softfloat: return low bits of quotient from floatx80_modremJoseph Myers2020-06-261-5/+18
* softfloat: do not set denominator high bit for floatx80 remainderJoseph Myers2020-06-261-1/+0Star
* softfloat: do not return pseudo-denormal from floatx80 remainderJoseph Myers2020-06-261-3/+19
* softfloat: fix floatx80 remainder pseudo-denormal check for zeroJoseph Myers2020-06-261-1/+1
* softfloat: merge floatx80_mod and floatx80_remJoseph Myers2020-06-261-11/+38
* fpu/softfloat: Silence 'bitwise negation of boolean expression' warningPhilippe Mathieu-Daudé2020-06-181-9/+24
* softfloat: Return bool from all classification predicatesRichard Henderson2020-05-191-8/+8
* softfloat: Inline floatx80 compare specializationsRichard Henderson2020-05-191-257/+0Star
* softfloat: Inline float128 compare specializationsRichard Henderson2020-05-191-238/+0Star
* softfloat: Inline float64 compare specializationsRichard Henderson2020-05-191-220/+0Star
* softfloat: Inline float32 compare specializationsRichard Henderson2020-05-191-216/+0Star
* softfloat: Name compare relation enumRichard Henderson2020-05-191-18/+22
* softfloat: Name rounding mode enumRichard Henderson2020-05-191-23/+34
* softfloat: Change tininess_before_rounding to boolRichard Henderson2020-05-191-34/+20Star
* softfloat: Replace flag with boolRichard Henderson2020-05-192-104/+102Star
* softfloat: Use post test for floatN_mulRichard Henderson2020-05-191-51/+14Star
* softfloat: fix floatx80 pseudo-denormal round to integerJoseph Myers2020-05-151-1/+1
* softfloat: fix floatx80 pseudo-denormal comparisonsJoseph Myers2020-05-151-0/+7
* softfloat: fix floatx80 pseudo-denormal addition / subtractionJoseph Myers2020-05-151-0/+6
* softfloat: silence sNaN for conversions to/from floatx80Joseph Myers2020-05-151-6/+18
* softfloat: Fix BAD_SHIFT from normalizeFloatx80SubnormalRichard Henderson2020-04-071-0/+3
* softfp: Added hardfloat conversion from float32 to float64Matus Kysel2019-10-301-1/+18
* fpu: rename softfloat-specialize.h -> .inc.cAlex Bennée2019-08-192-1/+1
* fpu: replace LIT64 with UINT64_C macrosAlex Bennée2019-08-191-59/+59
* fpu: use min/max values from stdint.h for integral overflowAlex Bennée2019-08-191-17/+15Star
* fpu: convert float[16/32/64]_squash_denormal to new modern styleAlex Bennée2019-08-191-63/+49Star
* fpu: replace LIT64 usage with UINT64_C for specialize constantsAlex Bennée2019-08-191-13/+13
* hardfloat: fix float32/64 fused multiply-addKito Cheng2019-03-251-0/+10
* target/mips: Fix minor bug in FPUMateja Marjanovic2019-03-251-8/+16
* softfloat: Support float_round_to_odd more placesRichard Henderson2019-02-261-5/+60
* softfloat: Implement float128_to_uint32David Hildenbrand2019-02-261-0/+29
* softfloat: enforce softfloat if the host's FMA is brokenEmilio G. Cota2019-01-221-0/+33
* hardfloat: implement float32/64 comparisonEmilio G. Cota2018-12-171-14/+95
* hardfloat: implement float32/64 square rootEmilio G. Cota2018-12-171-2/+58
* hardfloat: implement float32/64 fused multiply-addEmilio G. Cota2018-12-171-4/+128
* hardfloat: implement float32/64 divisionEmilio G. Cota2018-12-171-2/+62
* hardfloat: implement float32/64 multiplicationEmilio G. Cota2018-12-171-2/+52
* hardfloat: implement float32/64 addition and subtractionEmilio G. Cota2018-12-171-19/+98
* fpu: introduce hardfloatEmilio G. Cota2018-12-171-0/+319
* softfloat: rename canonicalize to sf_canonicalizeEmilio G. Cota2018-12-171-5/+5
* qemu/compiler: Wrap __attribute__((flatten)) in a macroThomas Huth2018-10-171-24/+15Star