summaryrefslogtreecommitdiff
path: root/fpu/softfloat.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-19fpu: Use plain 'int' rather than 'int_fast16_t' for exponentsPeter Maydell1-61/+61
2016-02-19fpu: Use plain 'int' rather than 'int_fast16_t' for shift countsPeter Maydell1-12/+24
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 Maydell1-25/+25
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-02-06softfloat: expand out STATUS macroPeter Maydell1-98/+141
2015-02-06softfloat: expand out STATUS_VARPeter Maydell1-444/+551
2015-02-06softfloat: Expand out the STATUS_PARAM macroPeter Maydell1-182/+205
2015-01-29softfloat: Clarify license statusPeter Maydell1-1/+47
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 Maydell1-20/+18
2014-10-14softfloat: add functions corresponding to IEEE-2008 min/maxNumMagLeon Alrae1-6/+31
2014-06-23fpu: softfloat: drop INLINE macroLuiz Capitulino1-24/+24
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
2014-01-08softfloat: Make the int-to-float functions take exact-width typesPeter Maydell1-13/+13
2014-01-08softfloat: Add float to 16bit integer conversions.Will Newton1-0/+80
2014-01-08softfloat: Fix exception flag handling for float32_to_float16()Peter Maydell1-39/+66
2013-12-10softfloat: Add minNum() and maxNum() functions to softfloat.Will Newton1-3/+29
2013-12-10softfloat: Remove unused argument from MINMAX macro.Will Newton1-3/+3
2013-04-15fpu: Correct edgecase in float64_muladdPeter Maydell1-3/+9
2013-01-26softfloat: Handle float_muladd_negate_c when product is zeroRichard Sandiford1-2/+2
2013-01-05softfloat: Implement uint64_to_float128Richard Henderson1-0/+8
2013-01-05softfloat: Fix uint64_to_float64Richard Henderson1-3/+10
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini1-1/+1
2012-10-01fpu/softfloat.c: Return correctly signed values from uint64_to_float32Peter Maydell1-2/+2
2012-10-01fpu/softfloat.c: Remove pointless shift of always-zero valuePeter Maydell1-1/+1
2012-04-28softfloat: Replace int16 type with int_fast16_tAndreas Färber1-57/+57
2012-04-28softfloat: Replace uint16 type with uint_fast16_tAndreas Färber1-4/+4
2012-04-28softfloat: Fix mixups of int and int16Andreas Färber1-2/+2
2012-04-21softfloat: make USE_SOFTFLOAT_STRUCT_TYPES compileJuan Quintela1-2/+2
2012-04-07softfloat: roundAndPackInt{32, 64}: Don't assume int32 is 32 bitsPeter Maydell1-2/+2