aboutsummaryrefslogtreecommitdiffstats
path: root/fpu/softfloat-specialize.h
AgeCommit message (Expand)AuthorFilesLines
2011-10-19softfloat: Implement fused multiply-addPeter Maydell1-0/+178
2011-07-29softfloat: change default nan definitions to variablesPaolo Bonzini1-0/+72
2011-06-03softfloat: always enable floatx80 and float128 supportAurelien Jarno1-7/+0
2011-04-25softfloat: fix floatx80 handling of NaNAurelien Jarno1-7/+16
2011-04-12unicore32: necessary modifications for other files to support unicore32Guan Xuetao1-5/+5
2011-03-21softfloat: Drop [s]bits{8, 16, 32, 64} types in favor of [u]int{8, 16, 32, 64}_tAndreas Färber1-31/+31
2011-03-21softfloat: Prepend QEMU-style header with derivation noticeAndreas Färber1-0/+5
2011-02-24softfloat: move all default NaN definitions to softfloat.h.Christophe Lyon1-68/+0
2011-02-10softfloat: Correctly handle NaNs in float16_to_float32()Peter Maydell1-0/+17
2011-02-10softfloat: Fix single-to-half precision float conversionsPeter Maydell1-0/+21
2011-02-10softfloat: Honour default_nan_mode for float-to-float conversionsChristophe Lyon1-4/+25
2011-02-10softfloat: Add float16 type and float16 NaN handling functionsPeter Maydell1-0/+63
2011-01-20softfloat: fix floatx80_is_{quiet,signaling}_nan()Aurelien Jarno1-4/+8
2011-01-14softfloat: fix default-NaN modeAurelien Jarno1-18/+18
2011-01-14softfloat: SH4 has the sNaN bit setAurelien Jarno1-5/+5
2011-01-06target-ppc: Implement correct NaN propagation rulesAurelien Jarno1-2/+17
2011-01-06target-mips: Implement correct NaN propagation rulesAurelien Jarno1-0/+27
2011-01-06softfloat: use float{32,64,x80,128}_maybe_silence_nan()Aurelien Jarno1-43/+16
2011-01-06softfloat: add float{x80,128}_maybe_silence_nan()Aurelien Jarno1-0/+46
2011-01-06softfloat: fix float{32,64}_maybe_silence_nan() for MIPSAurelien Jarno1-6/+14
2011-01-06softfloat: rename *IsNaN variables to *IsQuietNaNAurelien Jarno1-16/+20
2011-01-06softfloat: remove HPPA specific codeAurelien Jarno1-5/+1
2011-01-02target-arm: Implement correct NaN propagation rulesPeter Maydell1-0/+23
2011-01-02softfloat: abstract out target-specific NaN propagation rulesPeter Maydell1-60/+100
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell1-12/+12
2010-12-07softfloat: Add float*_maybe_silence_nan() functionsPeter Maydell1-0/+38
2009-12-13target-alpha: Enable softfloat.Richard Henderson1-2/+2
2009-03-07Sparse fixes: dubious mixing of bitwise and logical operationsblueswir11-4/+4
2008-12-19Implement default-NaN mode.pbrook1-0/+18
2008-11-04Fix ARM default NaN.pbrook1-2/+2
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-6/+0
2007-12-25Assortment of soft-float fixes, by Aurelien Jarno.ths1-11/+35
2007-11-18Add strict checking mode for softfp code.pbrook1-35/+60
2007-11-16Fix NaN handling for MIPS and HPPA.ths1-40/+68
2007-05-11Fix softfloat NaN handling.ths1-10/+38
2006-10-28avoid using char when it is not necessarybellard1-8/+8
2005-03-13soft float supportbellard1-0/+464