aboutsummaryrefslogtreecommitdiff
path: root/include/fpu/softfloat.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-06softfloat,m68k: disable floatx80_invalid_encoding() for m68kLaurent Vivier1-0/+24
2020-06-26softfloat: return low bits of quotient from floatx80_modremJoseph Myers1-1/+2
2020-06-26softfloat: merge floatx80_mod and floatx80_remJoseph Myers1-0/+2
2020-05-19softfloat: Return bool from all classification predicatesRichard Henderson1-33/+33
2020-05-19softfloat: Inline floatx80 compare specializationsRichard Henderson1-8/+41
2020-05-19softfloat: Inline float128 compare specializationsRichard Henderson1-8/+41
2020-05-19softfloat: Inline float64 compare specializationsRichard Henderson1-8/+41
2020-05-19softfloat: Inline float32 compare specializationsRichard Henderson1-8/+41
2020-05-19softfloat: Name compare relation enumRichard Henderson1-12/+13
2020-05-19softfloat: Name rounding mode enumRichard Henderson1-18/+21
2020-05-19softfloat: Replace flag with boolRichard Henderson1-5/+5
2019-08-19fpu: move inline helpers into a separate headerAlex Bennée1-62/+1
2019-08-19fpu: remove the LIT64 macroAlex Bennée1-2/+0
2019-02-26softfloat: Implement float128_to_uint32David Hildenbrand1-0/+1
2019-02-26softfloat: add float128_is_{normal,denormal}David Hildenbrand1-2/+12
2018-12-17softfloat: add float{32,64}_is_zero_or_normalEmilio G. Cota1-0/+10
2018-12-17softfloat: add float{32,64}_is_{de,}normalEmilio G. Cota1-0/+20
2018-10-05softfloat: remove float64_trunc_to_intEmilio G. Cota1-1/+0
2018-08-24softfloat: Add scaling float-to-int routinesRichard Henderson1-20/+59
2018-08-24softfloat: Add scaling int-to-float routinesRichard Henderson1-13/+39
2018-05-17fpu/softfloat: Remove floatX_maybe_silence_nanRichard Henderson1-5/+0
2018-05-17fpu/softfloat: re-factor float to float conversionsAlex Bennée1-4/+4
2018-05-17fpu/softfloat: Split floatXX_silence_nan from floatXX_maybe_silence_nanRichard Henderson1-0/+5
2018-03-04softfloat: use floatx80_infinity in softfloatLaurent Vivier1-2/+11
2018-03-04softfloat: export some functionsLaurent Vivier1-0/+121
2018-03-01arm/translate-a64: add FP16 FR[ECP/SQRT]S to simd_three_reg_same_fp16Alex Bennée1-4/+12
2018-02-21fpu/softfloat: re-factor sqrtAlex Bennée1-0/+1
2018-02-21fpu/softfloat: re-factor compareAlex Bennée1-0/+2
2018-02-21fpu/softfloat: re-factor minmaxAlex Bennée1-0/+6
2018-02-21fpu/softfloat: re-factor scalbnAlex Bennée1-0/+1
2018-02-21fpu/softfloat: re-factor int/uint to floatAlex Bennée1-21/+9
2018-02-21fpu/softfloat: re-factor float to int/uintAlex Bennée1-0/+13
2018-02-21fpu/softfloat: re-factor round_to_intAlex Bennée1-0/+1
2018-02-21fpu/softfloat: re-factor muladdAlex Bennée1-0/+1
2018-02-21fpu/softfloat: re-factor divAlex Bennée1-0/+1
2018-02-21fpu/softfloat: re-factor mulAlex Bennée1-0/+1
2018-02-21fpu/softfloat: re-factor add/subAlex Bennée1-0/+4
2018-02-21include/fpu/softfloat: add some float16 constantsAlex Bennée1-3/+5
2018-02-21include/fpu/softfloat: implement float16_set_sign helperAlex Bennée1-0/+5
2018-02-21include/fpu/softfloat: implement float16_chs helperAlex Bennée1-0/+9
2018-02-21include/fpu/softfloat: implement float16_abs helperAlex Bennée1-0/+7
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée1-53/+0
2018-02-21fpu/softfloat-types: new header to prevent excessive re-buildsAlex Bennée1-30/+1
2018-02-21include/fpu/softfloat: remove USE_SOFTFLOAT_STRUCT_TYPESAlex Bennée1-27/+0
2018-02-21fpu/softfloat: implement float16_squash_input_denormalAlex Bennée1-0/+1
2017-07-21configure: Drop ancient Solaris 9 and earlier supportPeter Maydell1-5/+0
2017-06-29softfloat: define floatx80_round()Laurent Vivier1-0/+1
2017-02-22softfloat: Add float128_to_uint32_round_to_zero()Bharata B Rao1-0/+1
2017-02-22softfloat: Add float128_to_uint64_round_to_zero()Bharata B Rao1-0/+2
2017-02-22softfloat: Add round-to-odd rounding modeBharata B Rao1-0/+2