summaryrefslogtreecommitdiffstats
path: root/fpu/softfloat.c
Commit message (Expand)AuthorAgeFilesLines
...
* fpu/softfloat: re-factor minmaxAlex Bennée2018-02-211-107/+120
* fpu/softfloat: re-factor scalbnAlex Bennée2018-02-211-73/+33Star
* fpu/softfloat: re-factor int/uint to floatAlex Bennée2018-02-211-159/+163
* fpu/softfloat: re-factor float to int/uintAlex Bennée2018-02-211-755/+180Star
* fpu/softfloat: re-factor round_to_intAlex Bennée2018-02-211-174/+145Star
* fpu/softfloat: re-factor muladdAlex Bennée2018-02-211-471/+271Star
* fpu/softfloat: re-factor divAlex Bennée2018-02-211-148/+88Star
* fpu/softfloat: re-factor mulAlex Bennée2018-02-211-128/+81Star
* fpu/softfloat: re-factor add/subAlex Bennée2018-02-211-427/+465
* fpu/softfloat: define decompose structuresAlex Bennée2018-02-211-1/+85
* fpu/softfloat: move the extract functions to the top of the fileAlex Bennée2018-02-211-66/+54Star
* fpu/softfloat: implement float16_squash_input_denormalAlex Bennée2018-02-211-0/+15
* softfloat: define floatx80_round()Laurent Vivier2017-06-291-0/+16
* softfloat: Use correct type in float64_to_uint64_round_to_zero()Peter Maydell2017-02-281-1/+1
* softfloat: Add float128_to_uint32_round_to_zero()Bharata B Rao2017-02-221-0/+28
* softfloat: Add float128_to_uint64_round_to_zero()Bharata B Rao2017-02-221-0/+59
* softfloat: Add round-to-odd rounding modeBharata B Rao2017-02-221-1/+20
* fpu: add mechanism to check for invalid long double formatsAndrew Dutcher2016-09-151-16/+100
* softfloat: Implement run-time-configurable meaning of signaling NaN bitAleksandar Markovic2016-06-241-97/+75Star
* fpu: Use plain 'int' rather than 'int_fast16_t' for exponentsPeter Maydell2016-02-191-61/+61
* fpu: Use plain 'int' rather than 'int_fast16_t' for shift countsPeter Maydell2016-02-191-12/+24
* fpu: Remove use of int_fast16_t in conversions to int16Peter Maydell2016-02-191-14/+14
* all: Clean up includesPeter Maydell2016-02-041-2/+1Star
* softfloat: fix return type of roundAndPackFloat16Aurelien Jarno2016-01-221-1/+1
* fpu: Replace int8 typedef with int8_tPeter Maydell2016-01-221-25/+25
* fpu: Replace uint32 typedef with uint32_tPeter Maydell2016-01-221-11/+11
* fpu: Replace int32 typedef with int32_tPeter Maydell2016-01-221-53/+53
* fpu: Replace uint64 typedef with uint64_tPeter Maydell2016-01-221-5/+5
* fpu: Replace int64 typedef with int64_tPeter Maydell2016-01-221-15/+15
* softfloat: expand out STATUS macroPeter Maydell2015-02-061-98/+141
* softfloat: expand out STATUS_VARPeter Maydell2015-02-061-444/+551
* softfloat: Expand out the STATUS_PARAM macroPeter Maydell2015-02-061-182/+205
* softfloat: Clarify license statusPeter Maydell2015-01-291-1/+47
* softfloat: Revert and reimplement remaining portions of 75d62a5856 and 3430b0...Peter Maydell2015-01-291-35/+65
* softfloat: Apply patch corresponding to rebasing to softfloat-2aPeter Maydell2015-01-291-20/+18Star
* softfloat: add functions corresponding to IEEE-2008 min/maxNumMagLeon Alrae2014-10-141-6/+31
* fpu: softfloat: drop INLINE macroLuiz Capitulino2014-06-231-24/+24
* softfloat: Introduce float32_to_uint64_round_to_zeroTom Musta2014-04-081-0/+20
* softfloat: export squash_input_denormal functionsAlex Bennée2014-03-171-2/+2
* softfloat: Support halving the result of muladd operationPeter Maydell2014-02-201-0/+38
* softfloat: Add support for ties-away roundingPeter Maydell2014-01-081-0/+54
* softfloat: Refactor code handling various rounding modesPeter Maydell2014-01-081-164/+241
* softfloat: Add float16 <=> float64 conversion functionsPeter Maydell2014-01-081-0/+75
* softfloat: Factor out RoundAndPackFloat16 and NormalizeFloat16SubnormalPeter Maydell2014-01-081-84/+125
* softfloat: Provide complete set of accessors for fp statePeter Maydell2014-01-081-15/+0Star
* softfloat: Fix float64_to_uint32_round_to_zeroTom Musta2014-01-081-8/+7Star
* softfloat: Fix float64_to_uint32Tom Musta2014-01-081-8/+7Star
* softfloat: Fix float64_to_uint64_round_to_zeroTom Musta2014-01-081-7/+5Star
* softfloat: Add float32_to_uint64()Tom Musta2014-01-081-0/+46
* softfloat: Fix factor 2 error for scalbn on denormal inputsPeter Maydell2014-01-081-8/+21