aboutsummaryrefslogtreecommitdiffstats
path: root/fpu/softfloat.h
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-31Add proper float*_is_nan prototypes.ths1-1/+4
2007-04-01Solaris 9/x86 support, by Ben Taylor.ths1-0/+4
2007-03-20Add missing softfloat helpers.j_mayer1-0/+4
2006-10-28avoid using char when it is not necessarybellard1-34/+34
2006-10-22ColdFire target.pbrook1-0/+2
2006-04-25Solaris port (Ben Taylor)bellard1-1/+1
2005-03-13added abs, chs and compare functionsbellard1-0/+69
2005-03-13soft float supportbellard1-0/+329