summaryrefslogtreecommitdiffstats
path: root/fpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* softfloat: Fix factor 2 error for scalbn on denormal inputsPeter Maydell2014-01-081-8/+21
* softfloat: Only raise Invalid when conversions to int are out of rangePeter Maydell2014-01-081-12/+16
* softfloat: Fix float64_to_uint64Tom Musta2014-01-081-8/+93
* softfloat: Make the int-to-float functions take exact-width typesPeter Maydell2014-01-081-13/+13
* softfloat: Add float to 16bit integer conversions.Will Newton2014-01-081-0/+80
* softfloat: Fix exception flag handling for float32_to_float16()Peter Maydell2014-01-081-39/+66
* softfloat: Add minNum() and maxNum() functions to softfloat.Will Newton2013-12-101-3/+29
* softfloat: Remove unused argument from MINMAX macro.Will Newton2013-12-101-3/+3
* softfloat: Fix shift128Right for shift counts 64..127Peter Maydell2013-06-101-1/+1
* fpu: Correct edgecase in float64_muladdPeter Maydell2013-04-151-3/+9
* softfloat: Handle float_muladd_negate_c when product is zeroRichard Sandiford2013-01-261-2/+2
* softfloat: Implement uint64_to_float128Richard Henderson2013-01-051-0/+8
* softfloat: Fix uint64_to_float64Richard Henderson2013-01-051-3/+10