summaryrefslogtreecommitdiffstats
path: root/fpu
Commit message (Expand)AuthorAgeFilesLines
...
* softfloat: Prepend QEMU-style header with derivation noticeAndreas Färber2011-03-214-0/+21
* softfloat: add _set_sign(), _infinity and _half for 32 and 64 bits floats.Christophe Lyon2011-02-241-0/+15
* softfloat: move all default NaN definitions to softfloat.h.Christophe Lyon2011-02-242-68/+69
* softfloat: Fix compilation failures with USE_SOFTFLOAT_STRUCT_TYPESPeter Maydell2011-02-102-15/+21
* softfloat: Correctly handle NaNs in float16_to_float32()Peter Maydell2011-02-102-3/+18
* softfloat: Fix single-to-half precision float conversionsPeter Maydell2011-02-102-11/+38
* softfloat: Honour default_nan_mode for float-to-float conversionsChristophe Lyon2011-02-102-16/+37
* softfloat: Add float16 type and float16 NaN handling functionsPeter Maydell2011-02-103-10/+116
* 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
OpenPOWER on IntegriCloud