aboutsummaryrefslogtreecommitdiff
path: root/fpu/softfloat.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-28softfloat: Define convert operations for bfloat16LIU Zhiwei1-0/+223
2020-08-28softfloat: Define operations for bfloat16LIU Zhiwei1-0/+168
2020-08-28softfloat: Add fp16 and uint8/int8 conversion functionsFrank Chang1-0/+34
2020-08-21softfloat: pass float_status pointer to pickNaNMax Filippov1-1/+1
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini1-1/+1
2020-06-26softfloat: return low bits of quotient from floatx80_modremJoseph Myers1-5/+18
2020-06-26softfloat: do not set denominator high bit for floatx80 remainderJoseph Myers1-1/+0
2020-06-26softfloat: do not return pseudo-denormal from floatx80 remainderJoseph Myers1-3/+19
2020-06-26softfloat: fix floatx80 remainder pseudo-denormal check for zeroJoseph Myers1-1/+1
2020-06-26softfloat: merge floatx80_mod and floatx80_remJoseph Myers1-11/+38
2020-06-18fpu/softfloat: Silence 'bitwise negation of boolean expression' warningPhilippe Mathieu-Daudé1-9/+24
2020-05-19softfloat: Inline floatx80 compare specializationsRichard Henderson1-257/+0
2020-05-19softfloat: Inline float128 compare specializationsRichard Henderson1-238/+0
2020-05-19softfloat: Inline float64 compare specializationsRichard Henderson1-220/+0
2020-05-19softfloat: Inline float32 compare specializationsRichard Henderson1-216/+0
2020-05-19softfloat: Name compare relation enumRichard Henderson1-18/+22
2020-05-19softfloat: Name rounding mode enumRichard Henderson1-23/+34
2020-05-19softfloat: Change tininess_before_rounding to boolRichard Henderson1-34/+20
2020-05-19softfloat: Replace flag with boolRichard Henderson1-96/+94
2020-05-19softfloat: Use post test for floatN_mulRichard Henderson1-51/+14
2020-05-15softfloat: fix floatx80 pseudo-denormal round to integerJoseph Myers1-1/+1
2020-05-15softfloat: fix floatx80 pseudo-denormal comparisonsJoseph Myers1-0/+7
2020-05-15softfloat: fix floatx80 pseudo-denormal addition / subtractionJoseph Myers1-0/+6
2020-05-15softfloat: silence sNaN for conversions to/from floatx80Joseph Myers1-6/+18
2020-04-07softfloat: Fix BAD_SHIFT from normalizeFloatx80SubnormalRichard Henderson1-0/+3
2019-10-30softfp: Added hardfloat conversion from float32 to float64Matus Kysel1-1/+18
2019-08-19fpu: rename softfloat-specialize.h -> .inc.cAlex Bennée1-1/+1
2019-08-19fpu: replace LIT64 with UINT64_C macrosAlex Bennée1-59/+59
2019-08-19fpu: use min/max values from stdint.h for integral overflowAlex Bennée1-17/+15
2019-08-19fpu: convert float[16/32/64]_squash_denormal to new modern styleAlex Bennée1-63/+49
2019-03-25hardfloat: fix float32/64 fused multiply-addKito Cheng1-0/+10
2019-02-26softfloat: Support float_round_to_odd more placesRichard Henderson1-5/+60
2019-02-26softfloat: Implement float128_to_uint32David Hildenbrand1-0/+29
2019-01-22softfloat: enforce softfloat if the host's FMA is brokenEmilio G. Cota1-0/+33
2018-12-17hardfloat: implement float32/64 comparisonEmilio G. Cota1-14/+95
2018-12-17hardfloat: implement float32/64 square rootEmilio G. Cota1-2/+58
2018-12-17hardfloat: implement float32/64 fused multiply-addEmilio G. Cota1-4/+128
2018-12-17hardfloat: implement float32/64 divisionEmilio G. Cota1-2/+62
2018-12-17hardfloat: implement float32/64 multiplicationEmilio G. Cota1-2/+52
2018-12-17hardfloat: implement float32/64 addition and subtractionEmilio G. Cota1-19/+98
2018-12-17fpu: introduce hardfloatEmilio G. Cota1-0/+319
2018-12-17softfloat: rename canonicalize to sf_canonicalizeEmilio G. Cota1-5/+5
2018-10-17qemu/compiler: Wrap __attribute__((flatten)) in a macroThomas Huth1-24/+15
2018-10-05softfloat: Fix divisionRichard Henderson1-8/+27
2018-10-05softfloat: Replace countLeadingZeros32/64 with clz32/64Thomas Huth1-13/+13
2018-10-05softfloat: remove float64_trunc_to_intEmilio G. Cota1-7/+0
2018-08-24softfloat: Add scaling float-to-int routinesRichard Henderson1-73/+316
2018-08-24softfloat: Add scaling int-to-float routinesRichard Henderson1-48/+136
2018-08-16softfloat: Fix missing inexact for floating-point addRichard Henderson1-1/+1
2018-05-17fpu/softfloat: Define floatN_silence_nan in terms of parts_silence_nanRichard Henderson1-0/+31