summaryrefslogtreecommitdiff
path: root/fpu/softfloat.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-22fpu: Replace int8 typedef with int8_tPeter Maydell1-25/+25
2016-01-22fpu: Replace uint32 typedef with uint32_tPeter Maydell1-11/+11
2016-01-22fpu: Replace int32 typedef with int32_tPeter Maydell1-53/+53
2016-01-22fpu: Replace uint64 typedef with uint64_tPeter Maydell1-5/+5
2016-01-22fpu: Replace int64 typedef with int64_tPeter Maydell1-15/+15
2015-02-06softfloat: expand out STATUS macroPeter Maydell1-98/+141
2015-02-06softfloat: expand out STATUS_VARPeter Maydell1-444/+551
2015-02-06softfloat: Expand out the STATUS_PARAM macroPeter Maydell1-182/+205
2015-01-29softfloat: Clarify license statusPeter Maydell1-1/+47
2015-01-29softfloat: Revert and reimplement remaining portions of 75d62a5856 and 3430b0...Peter Maydell1-35/+65
2015-01-29softfloat: Apply patch corresponding to rebasing to softfloat-2aPeter Maydell1-20/+18
2014-10-14softfloat: add functions corresponding to IEEE-2008 min/maxNumMagLeon Alrae1-6/+31
2014-06-23fpu: softfloat: drop INLINE macroLuiz Capitulino1-24/+24
2014-04-08softfloat: Introduce float32_to_uint64_round_to_zeroTom Musta1-0/+20
2014-03-17softfloat: export squash_input_denormal functionsAlex Bennée1-2/+2
2014-02-20softfloat: Support halving the result of muladd operationPeter Maydell1-0/+38