82 Commits (aafcf80e22ab738bea58fc6fe02edec11b7366ab)

Author SHA1 Message Date
Peter Maydell a2f2d288b5 softfloat: expand out STATUS macro 11 years ago
Peter Maydell ff32e16e86 softfloat: expand out STATUS_VAR 11 years ago
Peter Maydell e5a41ffa87 softfloat: Expand out the STATUS_PARAM macro 11 years ago
Peter Maydell 16017c4854 softfloat: Clarify license status 11 years ago
Peter Maydell 6bb8e0f130 softfloat: Revert and reimplement remaining portions of 75d62a5856 and 3430b0be36 11 years ago
Peter Maydell a7d1ac78e0 softfloat: Apply patch corresponding to rebasing to softfloat-2a 11 years ago
Leon Alrae 2d31e0607d softfloat: add functions corresponding to IEEE-2008 min/maxNumMag 12 years ago
Luiz Capitulino a49db98d1f fpu: softfloat: drop INLINE macro 12 years ago
Tom Musta a13d448968 softfloat: Introduce float32_to_uint64_round_to_zero 12 years ago
Alex Bennée 7baeabce1d softfloat: export squash_input_denormal functions 12 years ago
Peter Maydell 67d43538ae softfloat: Support halving the result of muladd operation 12 years ago
Peter Maydell f9288a76f1 softfloat: Add support for ties-away rounding 12 years ago
Peter Maydell dc355b764d softfloat: Refactor code handling various rounding modes 12 years ago
Peter Maydell 14c9a07eb9 softfloat: Add float16 <=> float64 conversion functions 12 years ago
Peter Maydell c4a1c5e7e2 softfloat: Factor out RoundAndPackFloat16 and NormalizeFloat16Subnormal 12 years ago
Peter Maydell 879d096b37 softfloat: Provide complete set of accessors for fp state 12 years ago
Tom Musta fd728f2f94 softfloat: Fix float64_to_uint32_round_to_zero 12 years ago
Tom Musta 5e7f654fa1 softfloat: Fix float64_to_uint32 12 years ago
Tom Musta 0a87a3107d softfloat: Fix float64_to_uint64_round_to_zero 12 years ago
Tom Musta 2f18bbf984 softfloat: Add float32_to_uint64() 12 years ago
Peter Maydell 3c85c37f25 softfloat: Fix factor 2 error for scalbn on denormal inputs 12 years ago
Peter Maydell 34e1c27bc3 softfloat: Only raise Invalid when conversions to int are out of range 12 years ago
Tom Musta fb3ea83aa5 softfloat: Fix float64_to_uint64 12 years ago
Peter Maydell c4850f9e1b softfloat: Make the int-to-float functions take exact-width types 12 years ago
Will Newton f581bf5474 softfloat: Add float to 16bit integer conversions. 12 years ago
Peter Maydell 38970efafd softfloat: Fix exception flag handling for float32_to_float16() 12 years ago
Peter Maydell dcc6963208 softfloat: Add support for ties-away rounding 12 years ago
Peter Maydell 01a0b83cdb softfloat: Refactor code handling various rounding modes 12 years ago
Peter Maydell 7b378119bd softfloat: Add float16 <=> float64 conversion functions 12 years ago
Peter Maydell 84c6b75d85 softfloat: Factor out RoundAndPackFloat16 and NormalizeFloat16Subnormal 12 years ago
Peter Maydell e9ef30c079 softfloat: Provide complete set of accessors for fp state 12 years ago
Tom Musta 2958f14d75 softfloat: Fix float64_to_uint32_round_to_zero 12 years ago
Tom Musta 8d551c988e softfloat: Fix float64_to_uint32 12 years ago
Tom Musta a757f1c2de softfloat: Fix float64_to_uint64_round_to_zero 12 years ago
Tom Musta 47a34e009d softfloat: Add float32_to_uint64() 12 years ago
Peter Maydell 0ace25a567 softfloat: Fix factor 2 error for scalbn on denormal inputs 12 years ago
Peter Maydell f2e933d20d softfloat: Only raise Invalid when conversions to int are out of range 12 years ago
Tom Musta f883b3896e softfloat: Fix float64_to_uint64 12 years ago
Peter Maydell 564658dc8c softfloat: Make the int-to-float functions take exact-width types 12 years ago
Will Newton e0a2db7128 softfloat: Add float to 16bit integer conversions. 12 years ago
Peter Maydell 1bf6beec8a softfloat: Fix exception flag handling for float32_to_float16() 12 years ago
Will Newton e17ab310e9 softfloat: Add minNum() and maxNum() functions to softfloat. 13 years ago
Will Newton e70614eaa0 softfloat: Remove unused argument from MINMAX macro. 13 years ago
Peter Maydell e3d142d073 fpu: Correct edgecase in float64_muladd 13 years ago
Richard Sandiford a6e7c18476 softfloat: Handle float_muladd_negate_c when product is zero 13 years ago
Richard Henderson 1e397eadf1 softfloat: Implement uint64_to_float128 13 years ago
Richard Henderson 17ed229379 softfloat: Fix uint64_to_float64 13 years ago
Paolo Bonzini 6b4c305cbd fpu: move public header file to include/fpu 14 years ago
Peter Maydell e744c06fca fpu/softfloat.c: Return correctly signed values from uint64_to_float32 14 years ago
Peter Maydell 4be8eeacb9 fpu/softfloat.c: Remove pointless shift of always-zero value 14 years ago