aboutsummaryrefslogtreecommitdiff
path: root/fpu
Commit message (Expand)AuthorAgeFilesLines
* softfloat: fix floatx80_is_{quiet,signaling}_nan()Aurelien Jarno2011-01-201-4/+8
* softfloat: Add float32_is_zero_or_denormal() functionPeter Maydell2011-01-141-0/+5
* softfloat: fix default-NaN modeAurelien Jarno2011-01-141-18/+18
* softfloat: SH4 has the sNaN bit setAurelien Jarno2011-01-141-5/+5
* softfloat: Implement floatx80_is_any_nan() and float128_is_any_nan()Peter Maydell2011-01-071-0/+11
* softfloat: Implement flushing input denormals to zeroPeter Maydell2011-01-062-3/+123
* 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-062-0/+48
* 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-024-22/+22
* softfloat: Add float/double to 16 bit integer conversion functionsPeter Maydell2010-12-072-0/+140
* softfloat: Add float*_maybe_silence_nan() functionsPeter Maydell2010-12-072-0/+40
* softfloat: Add float*_is_any_nan() functionsPeter Maydell2010-12-071-0/+10
* softfloat: add float32_exp2()Aurelien Jarno2010-07-132-0/+82
* softfloat: remove dead assignments, spotted by clangBlue Swirl2010-03-071-8/+4
* target-alpha: Split up FPCR value into separate fields.Richard Henderson2010-02-231-1/+0
* arm host: fix compiler warningStefan Weil2010-02-062-27/+0
* target-alpha: Fixes for alpha-linux syscalls.Richard Henderson2009-12-131-0/+1
* target-alpha: Enable softfloat.Richard Henderson2009-12-131-2/+2
* Silence softfloat warnings on OpenSolarisAndreas Färber2009-12-131-1/+1
* Add support for GNU/kFreeBSDAurelien Jarno2009-11-292-3/+5
* ARM FP16 supportPaul Brook2009-11-192-0/+144
* rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATHJuan Quintela2009-07-272-2/+2
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-1/+1
* rename HOST_BSD to CONFIG_BSDJuan Quintela2009-07-273-5/+5
* change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela2009-07-273-10/+14
* Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'blueswir12009-04-131-2/+2
* Fix OpenSolaris softfloat warningsblueswir12009-04-132-1/+4
* Rename one more _BSD to HOST_BSD (spotted by Hasso Tepper)blueswir12009-03-081-1/+1
* Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir12009-03-082-4/+5
* Sparse fixes: dubious mixing of bitwise and logical operationsblueswir12009-03-071-4/+4
* soft-float: add float32_log2() and float64_log2()aurel322009-02-052-0/+95
* softfloat: add a 1.0 constant for float32 and float64aurel322009-02-041-0/+2
* Add static qualifier to local functionsmalc2009-01-251-1/+1
* Remove all traces of __powerpc__malc2009-01-141-1/+1
* softfloat-native: fix type of float_rounding_modeaurel322008-12-201-2/+2
* Implement flush-to-zero mode (denormal results are replaced with zero).pbrook2008-12-192-3/+23
* Implement default-NaN mode.pbrook2008-12-192-0/+23
* Correctly normalize values and handle zero inputs to scalbn functions.pbrook2008-12-191-8/+29
* fp: fix float32_is_infinity()aurel322008-12-181-1/+1
* softfloat-native: improve correctness of floatXX_is_neg()aurel322008-12-151-3/+9
* fp: add floatXX_is_infinity(), floatXX_is_neg(), floatXX_is_zero()aurel322008-12-152-0/+105
* softfloat-native: fix *nan()aurel322008-12-152-1/+15
* Use float_relation_* constantsaurel322008-12-141-24/+24