summaryrefslogtreecommitdiff
path: root/fpu
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-07RISC-V FPU SupportMichael Clark1-3/+4
2018-03-04softfloat: use floatx80_infinity in softfloatLaurent Vivier2-14/+39
2018-03-04softfloat: export some functionsLaurent Vivier3-924/+11
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ée2-575/+271
2018-02-21fpu/softfloat: re-factor divAlex Bennée2-148/+136
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: improve comments on ARM NaN propagationAlex Bennée1-2/+3
2018-02-21fpu/softfloat: implement float16_squash_input_denormalAlex Bennée1-0/+15
2017-06-29softfloat: define floatx80_round()Laurent Vivier1-0/+16
2017-06-15softfloat: define 680x0 specific valuesLaurent Vivier1-3/+31
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
2017-01-31softfloat: Fix the default qNAN for target-ppcBharata B Rao1-1/+1
2017-01-23target-hppa: Add softfloat specializationsRichard Henderson1-1/+19
2016-09-15fpu: add mechanism to check for invalid long double formatsAndrew Dutcher1-16/+100
2016-08-15softfloat: Fix warn about implicit conversion from int to int8_tPranith Kumar1-1/+1
2016-06-24softfloat: Handle snan_bit_is_one == 0 in MIPS pickNaNMulAdd()Aleksandar Markovic1-12/+29
2016-06-24softfloat: For Mips only, correct default NaN valuesAleksandar Markovic1-0/+12
2016-06-24softfloat: Clean code format in fpu/softfloat-specialize.hAleksandar Markovic1-29/+28
2016-06-24softfloat: Implement run-time-configurable meaning of signaling NaN bitAleksandar Markovic2-382/+339
2016-03-23target-tricore: Add FPU infrastructureBastian Koppelmann1-1/+1
2016-02-19fpu: Use plain 'int' rather than 'int_fast16_t' for exponentsPeter Maydell2-62/+62
2016-02-19fpu: Use plain 'int' rather than 'int_fast16_t' for shift countsPeter Maydell2-20/+32
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 Maydell3-39/+39
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-06-05target-s390x: define default NaN valuesAurelien Jarno1-2/+6