aboutsummaryrefslogtreecommitdiff
path: root/fpu/softfloat.c
AgeCommit message (Expand)Author
2020-08-28softfloat: Define convert operations for bfloat16LIU Zhiwei
2020-08-28softfloat: Define operations for bfloat16LIU Zhiwei
2020-08-28softfloat: Add fp16 and uint8/int8 conversion functionsFrank Chang
2020-08-21softfloat: pass float_status pointer to pickNaNMax Filippov
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini
2020-06-26softfloat: return low bits of quotient from floatx80_modremJoseph Myers
2020-06-26softfloat: do not set denominator high bit for floatx80 remainderJoseph Myers
2020-06-26softfloat: do not return pseudo-denormal from floatx80 remainderJoseph Myers
2020-06-26softfloat: fix floatx80 remainder pseudo-denormal check for zeroJoseph Myers
2020-06-26softfloat: merge floatx80_mod and floatx80_remJoseph Myers
2020-06-18fpu/softfloat: Silence 'bitwise negation of boolean expression' warningPhilippe Mathieu-Daudé
2020-05-19softfloat: Inline floatx80 compare specializationsRichard Henderson
2020-05-19softfloat: Inline float128 compare specializationsRichard Henderson
2020-05-19softfloat: Inline float64 compare specializationsRichard Henderson
2020-05-19softfloat: Inline float32 compare specializationsRichard Henderson
2020-05-19softfloat: Name compare relation enumRichard Henderson
2020-05-19softfloat: Name rounding mode enumRichard Henderson
2020-05-19softfloat: Change tininess_before_rounding to boolRichard Henderson
2020-05-19softfloat: Replace flag with boolRichard Henderson
2020-05-19softfloat: Use post test for floatN_mulRichard Henderson
2020-05-15softfloat: fix floatx80 pseudo-denormal round to integerJoseph Myers
2020-05-15softfloat: fix floatx80 pseudo-denormal comparisonsJoseph Myers
2020-05-15softfloat: fix floatx80 pseudo-denormal addition / subtractionJoseph Myers
2020-05-15softfloat: silence sNaN for conversions to/from floatx80Joseph Myers
2020-04-07softfloat: Fix BAD_SHIFT from normalizeFloatx80SubnormalRichard Henderson
2019-10-30softfp: Added hardfloat conversion from float32 to float64Matus Kysel
2019-08-19fpu: rename softfloat-specialize.h -> .inc.cAlex Bennée
2019-08-19fpu: replace LIT64 with UINT64_C macrosAlex Bennée
2019-08-19fpu: use min/max values from stdint.h for integral overflowAlex Bennée
2019-08-19fpu: convert float[16/32/64]_squash_denormal to new modern styleAlex Bennée
2019-03-25hardfloat: fix float32/64 fused multiply-addKito Cheng
2019-02-26softfloat: Support float_round_to_odd more placesRichard Henderson
2019-02-26softfloat: Implement float128_to_uint32David Hildenbrand
2019-01-22softfloat: enforce softfloat if the host's FMA is brokenEmilio G. Cota
2018-12-17hardfloat: implement float32/64 comparisonEmilio G. Cota
2018-12-17hardfloat: implement float32/64 square rootEmilio G. Cota
2018-12-17hardfloat: implement float32/64 fused multiply-addEmilio G. Cota
2018-12-17hardfloat: implement float32/64 divisionEmilio G. Cota
2018-12-17hardfloat: implement float32/64 multiplicationEmilio G. Cota
2018-12-17hardfloat: implement float32/64 addition and subtractionEmilio G. Cota
2018-12-17fpu: introduce hardfloatEmilio G. Cota
2018-12-17softfloat: rename canonicalize to sf_canonicalizeEmilio G. Cota
2018-10-17qemu/compiler: Wrap __attribute__((flatten)) in a macroThomas Huth
2018-10-05softfloat: Fix divisionRichard Henderson
2018-10-05softfloat: Replace countLeadingZeros32/64 with clz32/64Thomas Huth
2018-10-05softfloat: remove float64_trunc_to_intEmilio G. Cota
2018-08-24softfloat: Add scaling float-to-int routinesRichard Henderson
2018-08-24softfloat: Add scaling int-to-float routinesRichard Henderson
2018-08-16softfloat: Fix missing inexact for floating-point addRichard Henderson
2018-05-17fpu/softfloat: Define floatN_silence_nan in terms of parts_silence_nanRichard Henderson