summaryrefslogtreecommitdiffstats
path: root/fpu
Commit message (Expand)AuthorAgeFilesLines
...
* fpu/softfloat: move the extract functions to the top of the fileAlex Bennée2018-02-211-66/+54Star
* fpu/softfloat: improve comments on ARM NaN propagationAlex Bennée2018-02-211-2/+3
* fpu/softfloat: implement float16_squash_input_denormalAlex Bennée2018-02-211-0/+15
* softfloat: define floatx80_round()Laurent Vivier2017-06-291-0/+16
* softfloat: define 680x0 specific valuesLaurent Vivier2017-06-151-3/+31
* 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
* softfloat: Fix the default qNAN for target-ppcBharata B Rao2017-01-311-1/+1
* target-hppa: Add softfloat specializationsRichard Henderson2017-01-231-1/+19
* fpu: add mechanism to check for invalid long double formatsAndrew Dutcher2016-09-151-16/+100
* softfloat: Fix warn about implicit conversion from int to int8_tPranith Kumar2016-08-151-1/+1
* softfloat: Handle snan_bit_is_one == 0 in MIPS pickNaNMulAdd()Aleksandar Markovic2016-06-241-12/+29
* softfloat: For Mips only, correct default NaN valuesAleksandar Markovic2016-06-241-0/+12
* softfloat: Clean code format in fpu/softfloat-specialize.hAleksandar Markovic2016-06-241-29/+28Star
* softfloat: Implement run-time-configurable meaning of signaling NaN bitAleksandar Markovic2016-06-242-382/+339Star
* target-tricore: Add FPU infrastructureBastian Koppelmann2016-03-231-1/+1
* fpu: Use plain 'int' rather than 'int_fast16_t' for exponentsPeter Maydell2016-02-192-62/+62
* fpu: Use plain 'int' rather than 'int_fast16_t' for shift countsPeter Maydell2016-02-192-20/+32
* 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-223-39/+39
* 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
* target-s390x: define default NaN valuesAurelien Jarno2015-06-051-2/+6
* softfloat: expand out STATUS macroPeter Maydell2015-02-062-110/+153
* softfloat: expand out STATUS_VARPeter Maydell2015-02-062-460/+585
* softfloat: Expand out the STATUS_PARAM macroPeter Maydell2015-02-062-203/+234
* softfloat: Clarify license statusPeter Maydell2015-01-293-3/+141
* softfloat: Revert and reimplement remaining parts of b645bb4885 and 5a6932d51dPeter Maydell2015-01-291-28/+29
* 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-293-56/+50Star
* softfloat: add functions corresponding to IEEE-2008 min/maxNumMagLeon Alrae2014-10-141-6/+31
* fpu: softfloat: drop INLINE macroLuiz Capitulino2014-06-232-43/+43
* 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