164 Commits (d461863d3c43422ad6b9bb56b5d3d85f18c26cf9)

Author SHA1 Message Date
Tom Musta a13d448968 softfloat: Introduce float32_to_uint64_round_to_zero 13 years ago
Alex Bennée 7baeabce1d softfloat: export squash_input_denormal functions 13 years ago
Peter Maydell 67d43538ae softfloat: Support halving the result of muladd operation 13 years ago
Peter Maydell f9288a76f1 softfloat: Add support for ties-away rounding 13 years ago
Peter Maydell dc355b764d softfloat: Refactor code handling various rounding modes 13 years ago
Peter Maydell 14c9a07eb9 softfloat: Add float16 <=> float64 conversion functions 13 years ago
Peter Maydell c4a1c5e7e2 softfloat: Factor out RoundAndPackFloat16 and NormalizeFloat16Subnormal 13 years ago
Peter Maydell 879d096b37 softfloat: Provide complete set of accessors for fp state 13 years ago
Tom Musta fd728f2f94 softfloat: Fix float64_to_uint32_round_to_zero 13 years ago
Tom Musta 5e7f654fa1 softfloat: Fix float64_to_uint32 13 years ago
Tom Musta 0a87a3107d softfloat: Fix float64_to_uint64_round_to_zero 13 years ago
Tom Musta 2f18bbf984 softfloat: Add float32_to_uint64() 13 years ago
Peter Maydell 3c85c37f25 softfloat: Fix factor 2 error for scalbn on denormal inputs 13 years ago
Peter Maydell 34e1c27bc3 softfloat: Only raise Invalid when conversions to int are out of range 13 years ago
Tom Musta fb3ea83aa5 softfloat: Fix float64_to_uint64 13 years ago
Peter Maydell c4850f9e1b softfloat: Make the int-to-float functions take exact-width types 13 years ago
Will Newton f581bf5474 softfloat: Add float to 16bit integer conversions. 13 years ago
Peter Maydell 38970efafd softfloat: Fix exception flag handling for float32_to_float16() 13 years ago
Peter Maydell dcc6963208 softfloat: Add support for ties-away rounding 13 years ago
Peter Maydell 01a0b83cdb softfloat: Refactor code handling various rounding modes 13 years ago
Peter Maydell 7b378119bd softfloat: Add float16 <=> float64 conversion functions 13 years ago
Peter Maydell 84c6b75d85 softfloat: Factor out RoundAndPackFloat16 and NormalizeFloat16Subnormal 13 years ago
Peter Maydell e9ef30c079 softfloat: Provide complete set of accessors for fp state 13 years ago
Tom Musta 2958f14d75 softfloat: Fix float64_to_uint32_round_to_zero 13 years ago
Tom Musta 8d551c988e softfloat: Fix float64_to_uint32 13 years ago
Tom Musta a757f1c2de softfloat: Fix float64_to_uint64_round_to_zero 13 years ago
Tom Musta 47a34e009d softfloat: Add float32_to_uint64() 13 years ago
Peter Maydell 0ace25a567 softfloat: Fix factor 2 error for scalbn on denormal inputs 13 years ago
Peter Maydell f2e933d20d softfloat: Only raise Invalid when conversions to int are out of range 13 years ago
Tom Musta f883b3896e softfloat: Fix float64_to_uint64 13 years ago
Peter Maydell 564658dc8c softfloat: Make the int-to-float functions take exact-width types 13 years ago
Will Newton e0a2db7128 softfloat: Add float to 16bit integer conversions. 13 years ago
Peter Maydell 1bf6beec8a softfloat: Fix exception flag handling for float32_to_float16() 13 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 4039736e6f softfloat: Fix shift128Right for shift counts 64..127 13 years ago
Peter Maydell e3d142d073 fpu: Correct edgecase in float64_muladd 14 years ago
Richard Sandiford a6e7c18476 softfloat: Handle float_muladd_negate_c when product is zero 14 years ago
Richard Henderson 1e397eadf1 softfloat: Implement uint64_to_float128 14 years ago
Richard Henderson 17ed229379 softfloat: Fix uint64_to_float64 14 years ago
Paolo Bonzini 6b4c305cbd fpu: move public header file to include/fpu 14 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 14 years ago
Aurelien Jarno bbc1dedef6 softfloat: implement fused multiply-add NaN propagation for MIPS 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
Max Filippov b81fe822da target-xtensa: specialize softfloat NaN rules 14 years ago
Max Filippov 213ff4e6df softfloat: add NO_SIGNALING_NANS 14 years ago
Max Filippov 6617680296 softfloat: make float_muladd_negate_* flags independent 14 years ago
Andreas Färber 94a49d86c5 softfloat: Replace int16 type with int_fast16_t 15 years ago
Andreas Färber 5aea4c589a softfloat: Replace uint16 type with uint_fast16_t 15 years ago