197 Commits (56e7cf8df03ae142c7797435dc0ece80a42f4fd0)

Author SHA1 Message Date
Peter Maydell d000b477f2 softfloat: Use correct type in float64_to_uint64_round_to_zero() 9 years ago
Bharata B Rao fd425037d2 softfloat: Add float128_to_uint32_round_to_zero() 9 years ago
Bharata B Rao 2e6d856835 softfloat: Add float128_to_uint64_round_to_zero() 9 years ago
Bharata B Rao 9ee6f678f4 softfloat: Add round-to-odd rounding mode 9 years ago
Bharata B Rao 5d51eaea84 softfloat: Fix the default qNAN for target-ppc 9 years ago
Richard Henderson 005fa38d86 target-hppa: Add softfloat specializations 9 years ago
Andrew Dutcher d1eb8f2acb fpu: add mechanism to check for invalid long double formats 10 years ago
Pranith Kumar dfd6076710 softfloat: Fix warn about implicit conversion from int to int8_t 10 years ago
Aleksandar Markovic c27644f0e9 softfloat: Handle snan_bit_is_one == 0 in MIPS pickNaNMulAdd() 10 years ago
Aleksandar Markovic a7c04d545a softfloat: For Mips only, correct default NaN values 10 years ago
Aleksandar Markovic a59eaea646 softfloat: Clean code format in fpu/softfloat-specialize.h 10 years ago
Aleksandar Markovic af39bc8c49 softfloat: Implement run-time-configurable meaning of signaling NaN bit 10 years ago
Bastian Koppelmann 996a729f9b target-tricore: Add FPU infrastructure 10 years ago
Peter Maydell 0c48262d47 fpu: Use plain 'int' rather than 'int_fast16_t' for exponents 10 years ago
Peter Maydell 07d792d2b0 fpu: Use plain 'int' rather than 'int_fast16_t' for shift counts 10 years ago
Peter Maydell 0bb721d721 fpu: Remove use of int_fast16_t in conversions to int16 10 years ago
Peter Maydell d38ea87ac5 all: Clean up includes 10 years ago
Aurelien Jarno 7ceac86f49 softfloat: fix return type of roundAndPackFloat16 10 years ago
Peter Maydell 8f506c709a fpu: Replace int8 typedef with int8_t 10 years ago
Peter Maydell 3a87d00910 fpu: Replace uint32 typedef with uint32_t 10 years ago
Peter Maydell f4014512cd fpu: Replace int32 typedef with int32_t 10 years ago
Peter Maydell 182f42fdc2 fpu: Replace uint64 typedef with uint64_t 10 years ago
Peter Maydell f42c222482 fpu: Replace int64 typedef with int64_t 10 years ago
Aurelien Jarno 2daea9c16f target-s390x: define default NaN values 11 years ago
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 332d584970 softfloat: Revert and reimplement remaining parts of b645bb4885 and 5a6932d51d 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