summaryrefslogtreecommitdiffstats
path: root/fpu/softfloat.h
Commit message (Expand)AuthorAgeFilesLines
* softfloat: Implement fused multiply-addPeter Maydell2011-10-191-0/+14
* softfloat: Use uint32 consistentlyAndreas Färber2011-09-031-2/+2
* softfloat: Use uint16 consistentlyAndreas Färber2011-09-031-2/+2
* softfloat: change default nan definitions to variablesPaolo Bonzini2011-07-291-51/+9
* softfloat: add float*_is_zero_or_denormal()Aurelien Jarno2011-06-031-0/+15
* softfloat: always enable floatx80 and float128 supportAurelien Jarno2011-06-031-47/+0
* softfloat-native: removeAurelien Jarno2011-06-031-14/+0
* softfloat: Add new flag for when denormal result is flushed to zeroPeter Maydell2011-05-231-1/+2
* softfloat: add floatx80_compare*() functionsAurelien Jarno2011-04-251-0/+2
* softfloat: add pi constantsAurelien Jarno2011-04-251-0/+3
* softfloat: add floatx80 constantsAurelien Jarno2011-04-251-0/+7
* softfloat: fix floatx80_is_infinity()Aurelien Jarno2011-04-251-1/+1
* softfloat: move float*_eq and float*_eq_quietAurelien Jarno2011-04-171-8/+8
* 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/+8
* softfloat: Add setter function for tininess detection modePeter Maydell2011-04-121-0/+4
* unicore32: necessary modifications for other files to support unicore32Guan Xuetao2011-04-121-1/+1
* softfloat: Add float*_min() and float*_max() functionsPeter Maydell2011-04-031-0/+4
* softfloat: Drop [s]bits{8, 16, 32, 64} types in favor of [u]int{8, 16, 32, 64}_tAndreas Färber2011-03-211-15/+0
* softfloat: Resolve type mismatches between declaration and implementationAndreas Färber2011-03-211-34/+34
* softfloat: Prepend QEMU-style header with derivation noticeAndreas Färber2011-03-211-0/+6
* 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-241-0/+69
* softfloat: Fix compilation failures with USE_SOFTFLOAT_STRUCT_TYPESPeter Maydell2011-02-101-0/+6
* softfloat: Add float16 type and float16 NaN handling functionsPeter Maydell2011-02-101-2/+17
* softfloat: Add float32_is_zero_or_denormal() functionPeter Maydell2011-01-141-0/+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-061-1/+21
* softfloat: add float{x80,128}_maybe_silence_nan()Aurelien Jarno2011-01-061-0/+2
* softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell2011-01-021-4/+4
* softfloat: Add float/double to 16 bit integer conversion functionsPeter Maydell2010-12-071-0/+4
* softfloat: Add float*_maybe_silence_nan() functionsPeter Maydell2010-12-071-0/+2
* softfloat: Add float*_is_any_nan() functionsPeter Maydell2010-12-071-0/+10
* softfloat: add float32_exp2()Aurelien Jarno2010-07-131-0/+3
* target-alpha: Split up FPCR value into separate fields.Richard Henderson2010-02-231-1/+0
* target-alpha: Fixes for alpha-linux syscalls.Richard Henderson2009-12-131-0/+1
* ARM FP16 supportPaul Brook2009-11-191-0/+6
* rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATHJuan Quintela2009-07-271-1/+1
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-1/+1
* rename HOST_BSD to CONFIG_BSDJuan Quintela2009-07-271-1/+1
* change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela2009-07-271-1/+1
* Rename one more _BSD to HOST_BSD (spotted by Hasso Tepper)blueswir12009-03-081-1/+1
* soft-float: add float32_log2() and float64_log2()aurel322009-02-051-0/+2
* softfloat: add a 1.0 constant for float32 and float64aurel322009-02-041-0/+2
* Implement flush-to-zero mode (denormal results are replaced with zero).pbrook2008-12-191-0/+5
* Implement default-NaN mode.pbrook2008-12-191-0/+5
* fp: fix float32_is_infinity()aurel322008-12-181-1/+1
* fp: add floatXX_is_infinity(), floatXX_is_neg(), floatXX_is_zero()aurel322008-12-151-0/+60
* Preliminary AIX supportmalc2008-11-181-0/+2
OpenPOWER on IntegriCloud