aboutsummaryrefslogtreecommitdiffstats
path: root/fpu/softfloat.h
AgeCommit message (Expand)AuthorFilesLines
2011-07-29softfloat: change default nan definitions to variablesPaolo Bonzini1-51/+9
2011-06-03softfloat: add float*_is_zero_or_denormal()Aurelien Jarno1-0/+15
2011-06-03softfloat: always enable floatx80 and float128 supportAurelien Jarno1-47/+0
2011-06-03softfloat-native: removeAurelien Jarno1-14/+0
2011-05-23softfloat: Add new flag for when denormal result is flushed to zeroPeter Maydell1-1/+2
2011-04-25softfloat: add floatx80_compare*() functionsAurelien Jarno1-0/+2
2011-04-25softfloat: add pi constantsAurelien Jarno1-0/+3
2011-04-25softfloat: add floatx80 constantsAurelien Jarno1-0/+7
2011-04-25softfloat: fix floatx80_is_infinity()Aurelien Jarno1-1/+1
2011-04-17softfloat: move float*_eq and float*_eq_quietAurelien Jarno1-8/+8
2011-04-17softfloat: rename float*_eq_signaling() into float*_eq()Aurelien Jarno1-4/+4
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno1-4/+4
2011-04-17softfloat: add float*_unordered_{,quiet}() functionsAurelien Jarno1-0/+8
2011-04-12softfloat: Add setter function for tininess detection modePeter Maydell1-0/+4
2011-04-12unicore32: necessary modifications for other files to support unicore32Guan Xuetao1-1/+1
2011-04-03softfloat: Add float*_min() and float*_max() functionsPeter Maydell1-0/+4
2011-03-21softfloat: Drop [s]bits{8, 16, 32, 64} types in favor of [u]int{8, 16, 32, 64}_tAndreas Färber1-15/+0
2011-03-21softfloat: Resolve type mismatches between declaration and implementationAndreas Färber1-34/+34
2011-03-21softfloat: Prepend QEMU-style header with derivation noticeAndreas Färber1-0/+6
2011-02-24softfloat: add _set_sign(), _infinity and _half for 32 and 64 bits floats.Christophe Lyon1-0/+15
2011-02-24softfloat: move all default NaN definitions to softfloat.h.Christophe Lyon1-0/+69
2011-02-10softfloat: Fix compilation failures with USE_SOFTFLOAT_STRUCT_TYPESPeter Maydell1-0/+6
2011-02-10softfloat: Add float16 type and float16 NaN handling functionsPeter Maydell1-2/+17
2011-01-14softfloat: Add float32_is_zero_or_denormal() functionPeter Maydell1-0/+5
2011-01-07softfloat: Implement floatx80_is_any_nan() and float128_is_any_nan()Peter Maydell1-0/+11
2011-01-06softfloat: Implement flushing input denormals to zeroPeter Maydell1-1/+21
2011-01-06softfloat: add float{x80,128}_maybe_silence_nan()Aurelien Jarno1-0/+2
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell1-4/+4
2010-12-07softfloat: Add float/double to 16 bit integer conversion functionsPeter Maydell1-0/+4
2010-12-07softfloat: Add float*_maybe_silence_nan() functionsPeter Maydell1-0/+2
2010-12-07softfloat: Add float*_is_any_nan() functionsPeter Maydell1-0/+10
2010-07-13softfloat: add float32_exp2()Aurelien Jarno1-0/+3
2010-02-23target-alpha: Split up FPCR value into separate fields.Richard Henderson1-1/+0
2009-12-13target-alpha: Fixes for alpha-linux syscalls.Richard Henderson1-0/+1
2009-11-19ARM FP16 supportPaul Brook1-0/+6
2009-07-27rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATHJuan Quintela1-1/+1
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-1/+1
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela1-1/+1
2009-07-27change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela1-1/+1
2009-03-08Rename one more _BSD to HOST_BSD (spotted by Hasso Tepper)blueswir11-1/+1
2009-02-05soft-float: add float32_log2() and float64_log2()aurel321-0/+2
2009-02-04softfloat: add a 1.0 constant for float32 and float64aurel321-0/+2
2008-12-19Implement flush-to-zero mode (denormal results are replaced with zero).pbrook1-0/+5
2008-12-19Implement default-NaN mode.pbrook1-0/+5
2008-12-18fp: fix float32_is_infinity()aurel321-1/+1
2008-12-15fp: add floatXX_is_infinity(), floatXX_is_neg(), floatXX_is_zero()aurel321-0/+60
2008-11-18Preliminary AIX supportmalc1-0/+2
2007-11-25 128-bit float support for user modeblueswir11-0/+2
2007-11-18Add strict checking mode for softfp code.pbrook1-4/+31
2007-11-11ARMv7 support.pbrook1-0/+4