summaryrefslogtreecommitdiffstats
path: root/fpu/softfloat-specialize.h
Commit message (Expand)AuthorAgeFilesLines
* target-s390x: define default NaN valuesAurelien Jarno2015-06-051-2/+6
* softfloat: expand out STATUS macroPeter Maydell2015-02-061-12/+12
* softfloat: expand out STATUS_VARPeter Maydell2015-02-061-16/+34
* softfloat: Expand out the STATUS_PARAM macroPeter Maydell2015-02-061-21/+29
* softfloat: Clarify license statusPeter Maydell2015-01-291-1/+47
* softfloat: Revert and reimplement remaining parts of b645bb4885 and 5a6932d51dPeter Maydell2015-01-291-28/+29
* softfloat: Apply patch corresponding to rebasing to softfloat-2aPeter Maydell2015-01-291-16/+14
* softfloat: implement fused multiply-add NaN propagation for MIPSAurelien Jarno2012-10-311-0/+27
* target-xtensa: specialize softfloat NaN rulesMax Filippov2012-09-221-2/+3
* softfloat: add NO_SIGNALING_NANSMax Filippov2012-09-221-0/+67
* softfloat: fix for C99Avi Kivity2012-03-171-4/+4
* softfloat: Implement fused multiply-addPeter Maydell2011-10-191-0/+178
* softfloat: change default nan definitions to variablesPaolo Bonzini2011-07-291-0/+72
* softfloat: always enable floatx80 and float128 supportAurelien Jarno2011-06-031-7/+0
* softfloat: fix floatx80 handling of NaNAurelien Jarno2011-04-251-7/+16
* unicore32: necessary modifications for other files to support unicore32Guan Xuetao2011-04-121-5/+5
* softfloat: Drop [s]bits{8, 16, 32, 64} types in favor of [u]int{8, 16, 32, 64}_tAndreas Färber2011-03-211-31/+31
* softfloat: Prepend QEMU-style header with derivation noticeAndreas Färber2011-03-211-0/+5
* softfloat: move all default NaN definitions to softfloat.h.Christophe Lyon2011-02-241-68/+0
* softfloat: Correctly handle NaNs in float16_to_float32()Peter Maydell2011-02-101-0/+17
* softfloat: Fix single-to-half precision float conversionsPeter Maydell2011-02-101-0/+21
* softfloat: Honour default_nan_mode for float-to-float conversionsChristophe Lyon2011-02-101-4/+25
* softfloat: Add float16 type and float16 NaN handling functionsPeter Maydell2011-02-101-0/+63
* softfloat: fix floatx80_is_{quiet,signaling}_nan()Aurelien Jarno2011-01-201-4/+8
* softfloat: fix default-NaN modeAurelien Jarno2011-01-141-18/+18
* softfloat: SH4 has the sNaN bit setAurelien Jarno2011-01-141-5/+5
* target-ppc: Implement correct NaN propagation rulesAurelien Jarno2011-01-061-2/+17
* target-mips: Implement correct NaN propagation rulesAurelien Jarno2011-01-061-0/+27
* softfloat: use float{32,64,x80,128}_maybe_silence_nan()Aurelien Jarno2011-01-061-43/+16
* softfloat: add float{x80,128}_maybe_silence_nan()Aurelien Jarno2011-01-061-0/+46
* softfloat: fix float{32,64}_maybe_silence_nan() for MIPSAurelien Jarno2011-01-061-6/+14
* softfloat: rename *IsNaN variables to *IsQuietNaNAurelien Jarno2011-01-061-16/+20
* softfloat: remove HPPA specific codeAurelien Jarno2011-01-061-5/+1
* target-arm: Implement correct NaN propagation rulesPeter Maydell2011-01-021-0/+23
* softfloat: abstract out target-specific NaN propagation rulesPeter Maydell2011-01-021-60/+100
* softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell2011-01-021-12/+12
* softfloat: Add float*_maybe_silence_nan() functionsPeter Maydell2010-12-071-0/+38
* target-alpha: Enable softfloat.Richard Henderson2009-12-131-2/+2
* Sparse fixes: dubious mixing of bitwise and logical operationsblueswir12009-03-071-4/+4
* Implement default-NaN mode.pbrook2008-12-191-0/+18
* Fix ARM default NaN.pbrook2008-11-041-2/+2
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-6/+0
* Assortment of soft-float fixes, by Aurelien Jarno.ths2007-12-251-11/+35
* Add strict checking mode for softfp code.pbrook2007-11-181-35/+60
* Fix NaN handling for MIPS and HPPA.ths2007-11-161-40/+68
* Fix softfloat NaN handling.ths2007-05-111-10/+38
* avoid using char when it is not necessarybellard2006-10-281-8/+8
* soft float supportbellard2005-03-131-0/+464
OpenPOWER on IntegriCloud