aboutsummaryrefslogtreecommitdiff
path: root/fpu/softfloat.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-17fpu/softfloat: Define floatN_silence_nan in terms of parts_silence_nanRichard Henderson1-0/+31
2018-05-17fpu/softfloat: Define floatN_default_nan in terms of parts_default_nanRichard Henderson1-0/+41
2018-05-17fpu/softfloat: Pass FloatClass to pickNaNMulAddRichard Henderson1-4/+1
2018-05-17fpu/softfloat: Pass FloatClass to pickNaNRichard Henderson1-2/+1
2018-05-17fpu/softfloat: Make is_nan et al available to softfloat-specialize.hRichard Henderson1-14/+16
2018-05-17fpu/softfloat: re-factor float to float conversionsAlex Bennée1-370/+118
2018-05-17fpu/softfloat: Partial support for ARM Alternative half-precisionAlex Bennée1-3/+16
2018-05-17fpu/softfloat: Replace float_class_msnan with parts_silence_nanRichard Henderson1-30/+10
2018-05-17fpu/softfloat: Replace float_class_dnan with parts_default_nanRichard Henderson1-27/+11
2018-05-17fpu/softfloat: Introduce parts_is_snan_fracRichard Henderson1-10/+2
2018-05-17fpu/softfloat: Canonicalize NaN fractionRichard Henderson1-1/+6
2018-05-17fpu/softfloat: Move softfloat-specialize.h below FloatParts definitionRichard Henderson1-10/+10
2018-05-17fpu/softfloat: Fix conversion from uint64 to float128Petr Tesarik1-1/+1
2018-05-15fpu/softfloat: Don't set Invalid for float-to-int(MAXINT)Peter Maydell1-2/+2
2018-05-15fpu/softfloat: int_to_float ensure r fully initialisedAlex Bennée1-1/+1
2018-05-10softfloat: Handle default NaN mode after pickNaNMulAdd, not beforePeter Maydell1-20/+28
2018-04-17fpu: Bound increment for scalbnRichard Henderson1-0/+6
2018-04-16fpu/softfloat: check for Inf / x or 0 / x before /0Alex Bennée1-5/+5
2018-04-16fpu/softfloat: raise float_invalid for NaN/Inf in round_to_int_and_packAlex Bennée1-0/+3
2018-04-13softfloat: fix {min, max}nummag for same-abs-value inputsEmilio G. Cota1-8/+9
2018-04-10fpu: Fix rounding mode for floatN_to_uintM_round_to_zeroRichard Henderson1-2/+2
2018-03-09softfloat: fix crash on int conversion of SNaNStef O'Rear1-0/+4
2018-03-04softfloat: use floatx80_infinity in softfloatLaurent Vivier1-14/+25
2018-03-04softfloat: export some functionsLaurent Vivier1-81/+10
2018-02-21fpu/softfloat: re-factor sqrtAlex Bennée1-111/+96
2018-02-21fpu/softfloat: re-factor compareAlex Bennée1-54/+80
2018-02-21fpu/softfloat: re-factor minmaxAlex Bennée1-107/+120
2018-02-21fpu/softfloat: re-factor scalbnAlex Bennée1-73/+33
2018-02-21fpu/softfloat: re-factor int/uint to floatAlex Bennée1-159/+163
2018-02-21fpu/softfloat: re-factor float to int/uintAlex Bennée1-755/+180
2018-02-21fpu/softfloat: re-factor round_to_intAlex Bennée1-174/+145
2018-02-21fpu/softfloat: re-factor muladdAlex Bennée1-471/+271
2018-02-21fpu/softfloat: re-factor divAlex Bennée1-148/+88
2018-02-21fpu/softfloat: re-factor mulAlex Bennée1-128/+81
2018-02-21fpu/softfloat: re-factor add/subAlex Bennée1-427/+465
2018-02-21fpu/softfloat: define decompose structuresAlex Bennée1-1/+85
2018-02-21fpu/softfloat: move the extract functions to the top of the fileAlex Bennée1-66/+54
2018-02-21fpu/softfloat: implement float16_squash_input_denormalAlex Bennée1-0/+15
2017-06-29softfloat: define floatx80_round()Laurent Vivier1-0/+16
2017-02-28softfloat: Use correct type in float64_to_uint64_round_to_zero()Peter Maydell1-1/+1
2017-02-22softfloat: Add float128_to_uint32_round_to_zero()Bharata B Rao1-0/+28
2017-02-22softfloat: Add float128_to_uint64_round_to_zero()Bharata B Rao1-0/+59
2017-02-22softfloat: Add round-to-odd rounding modeBharata B Rao1-1/+20
2016-09-15fpu: add mechanism to check for invalid long double formatsAndrew Dutcher1-16/+100
2016-06-24softfloat: Implement run-time-configurable meaning of signaling NaN bitAleksandar Markovic1-97/+75
2016-02-19fpu: Use plain 'int' rather than 'int_fast16_t' for exponentsPeter Maydell1-61/+61
2016-02-19fpu: Use plain 'int' rather than 'int_fast16_t' for shift countsPeter Maydell1-12/+24
2016-02-19fpu: Remove use of int_fast16_t in conversions to int16Peter Maydell1-14/+14
2016-02-04all: Clean up includesPeter Maydell1-2/+1
2016-01-22softfloat: fix return type of roundAndPackFloat16Aurelien Jarno1-1/+1