summaryrefslogtreecommitdiffstats
path: root/fpu/softfloat.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+18
* 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/+0
* softfloat: Fix float64_to_uint32_round_to_zeroTom Musta2014-01-081-8/+7
* softfloat: Fix float64_to_uint32Tom Musta2014-01-081-8/+7
* softfloat: Fix float64_to_uint64_round_to_zeroTom Musta2014-01-081-7/+5
* 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
* 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
* fpu: move public header file to include/fpuPaolo Bonzini2012-12-191-1/+1
* fpu/softfloat.c: Return correctly signed values from uint64_to_float32Peter Maydell2012-10-011-2/+2
* fpu/softfloat.c: Remove pointless shift of always-zero valuePeter Maydell2012-10-011-1/+1
* softfloat: Replace int16 type with int_fast16_tAndreas Färber2012-04-281-57/+57
* softfloat: Replace uint16 type with uint_fast16_tAndreas Färber2012-04-281-4/+4
* softfloat: Fix mixups of int and int16Andreas Färber2012-04-281-2/+2
* softfloat: make USE_SOFTFLOAT_STRUCT_TYPES compileJuan Quintela2012-04-211-2/+2
* softfloat: roundAndPackInt{32, 64}: Don't assume int32 is 32 bitsPeter Maydell2012-04-071-2/+2
* softfloat: float*_to_int32_round_to_zero: don't assume int32 is 32 bitsPeter Maydell2012-04-071-4/+4
* softfloat: Implement fused multiply-addPeter Maydell2011-10-191-0/+427
* softfloat: Reinstate accidentally disabled target-specific NaN handlingPeter Maydell2011-10-011-0/+5
* softfloat: Use uint32 consistentlyAndreas Färber2011-09-031-10/+10
* softfloat: Use uint16 consistentlyAndreas Färber2011-09-031-4/+4
* softfloat: always enable floatx80 and float128 supportAurelien Jarno2011-06-031-62/+0
* softfloat: Add new flag for when denormal result is flushed to zeroPeter Maydell2011-05-231-7/+34
* softfloat: fix float*_scalnb() corner casesAurelien Jarno2011-04-251-5/+42
* softfloat: add floatx80_compare*() functionsAurelien Jarno2011-04-251-0/+46
* softfloat: improve description of comparison functionsAurelien Jarno2011-04-171-37/+48
OpenPOWER on IntegriCloud