aboutsummaryrefslogtreecommitdiff
path: root/fpu/softfloat.c
AgeCommit message (Expand)Author
2021-05-16softfloat: Use pointers with pack_rawRichard Henderson
2021-05-16softfloat: Use pointers with ftype_unpack_rawRichard Henderson
2021-05-16softfloat: Use pointers with unpack_rawRichard Henderson
2021-05-16softfloat: Use pointers with parts_default_nanRichard Henderson
2021-05-16softfloat: Move type-specific pack/unpack routinesRichard Henderson
2021-05-16softfloat: Rename FloatParts to FloatParts64Richard Henderson
2021-05-16softfloat: fix return_nan vs default_nan_modeRichard Henderson
2021-05-16softfloat: Use return_nan in float_to_floatRichard Henderson
2021-05-16softfloat: Add float_cmask and constantsRichard Henderson
2021-05-16softfloat: Tidy a * b + inf returnRichard Henderson
2021-05-16softfloat: Use float_raise in more placesRichard Henderson
2021-05-16softfloat: Move the binary point to the msbRichard Henderson
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