summaryrefslogtreecommitdiffstats
path: root/fpu/softfloat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* softfloat: move float*_eq and float*_eq_quietAurelien Jarno2011-04-171-51/+50
* softfloat: rename float*_eq_signaling() into float*_eq()Aurelien Jarno2011-04-171-4/+4
* softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno2011-04-171-4/+4
* softfloat: add float*_unordered_{,quiet}() functionsAurelien Jarno2011-04-171-0/+167
* softfloat: Add float*_min() and float*_max() functionsPeter Maydell2011-04-031-0/+49
* softfloat: Drop [s]bits{8, 16, 32, 64} types in favor of [u]int{8, 16, 32, 64}_tAndreas Färber2011-03-211-292/+292
* softfloat: Prepend QEMU-style header with derivation noticeAndreas Färber2011-03-211-0/+5
* softfloat: Fix compilation failures with USE_SOFTFLOAT_STRUCT_TYPESPeter Maydell2011-02-101-15/+15
* softfloat: Correctly handle NaNs in float16_to_float32()Peter Maydell2011-02-101-3/+1
* softfloat: Fix single-to-half precision float conversionsPeter Maydell2011-02-101-11/+17
* softfloat: Honour default_nan_mode for float-to-float conversionsChristophe Lyon2011-02-101-12/+12
* softfloat: Add float16 type and float16 NaN handling functionsPeter Maydell2011-02-101-8/+36
* softfloat: Implement flushing input denormals to zeroPeter Maydell2011-01-061-2/+102
* softfloat: Add float/double to 16 bit integer conversion functionsPeter Maydell2010-12-071-0/+136
* softfloat: add float32_exp2()Aurelien Jarno2010-07-131-0/+79
* softfloat: remove dead assignments, spotted by clangBlue Swirl2010-03-071-8/+4
* ARM FP16 supportPaul Brook2009-11-191-0/+138
* soft-float: add float32_log2() and float64_log2()aurel322009-02-051-0/+93
* Implement flush-to-zero mode (denormal results are replaced with zero).pbrook2008-12-191-3/+18
* Correctly normalize values and handle zero inputs to scalbn functions.pbrook2008-12-191-8/+29
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-1/+1
* 128-bit float support for user modeblueswir12007-11-251-0/+44
* Fix more typos in softloat code (Eduardo Felipe)blueswir12007-11-211-1/+1
* Fix typo in softfloat code.pbrook2007-11-211-6/+6
* Add strict checking mode for softfp code.pbrook2007-11-181-66/+109
* ARMv7 support.pbrook2007-11-111-0/+75
* Ooops... Typo.j_mayer2007-03-201-1/+1
OpenPOWER on IntegriCloud