summaryrefslogtreecommitdiff
path: root/fpu
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-06softfloat: expand out STATUS macroPeter Maydell2-110/+153
2015-02-06softfloat: expand out STATUS_VARPeter Maydell2-460/+585
2015-02-06softfloat: Expand out the STATUS_PARAM macroPeter Maydell2-203/+234
2015-01-29softfloat: Clarify license statusPeter Maydell3-3/+141
2015-01-29softfloat: Revert and reimplement remaining parts of b645bb4885 and 5a6932d51dPeter Maydell1-28/+29
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 Maydell3-56/+50
2014-10-14softfloat: add functions corresponding to IEEE-2008 min/maxNumMagLeon Alrae1-6/+31
2014-06-23fpu: softfloat: drop INLINE macroLuiz Capitulino2-43/+43
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
2014-01-08softfloat: Add support for ties-away roundingPeter Maydell1-0/+54
2014-01-08softfloat: Refactor code handling various rounding modesPeter Maydell1-164/+241
2014-01-08softfloat: Add float16 <=> float64 conversion functionsPeter Maydell1-0/+75
2014-01-08softfloat: Factor out RoundAndPackFloat16 and NormalizeFloat16SubnormalPeter Maydell1-84/+125
2014-01-08softfloat: Provide complete set of accessors for fp statePeter Maydell1-15/+0
2014-01-08softfloat: Fix float64_to_uint32_round_to_zeroTom Musta1-8/+7
2014-01-08softfloat: Fix float64_to_uint32Tom Musta1-8/+7
2014-01-08softfloat: Fix float64_to_uint64_round_to_zeroTom Musta1-7/+5
2014-01-08softfloat: Add float32_to_uint64()Tom Musta1-0/+46
2014-01-08softfloat: Fix factor 2 error for scalbn on denormal inputsPeter Maydell1-8/+21
2014-01-08softfloat: Only raise Invalid when conversions to int are out of rangePeter Maydell1-12/+16
2014-01-08softfloat: Fix float64_to_uint64Tom Musta1-8/+93