Age | Commit message (Expand) | Author | Files | Lines |
2021-09-01 | softfloat: Remove assertion preventing silencing of NaN in default-NaN mode | Peter Maydell | 1 | -1/+0 |
2021-06-15 | softfloat: Use _Generic instead of QEMU_GENERIC | Richard Henderson | 1 | -6/+10 |
2021-06-13 | softfloat: Fix tp init in float32_exp2 | Richard Henderson | 1 | -1/+1 |
2021-06-11 | meson: Split out fpu/meson.build | Richard Henderson | 1 | -0/+1 |
2021-06-03 | softfloat: Use hard-float for {u}int64_to_float{32,64} | Richard Henderson | 1 | -0/+28 |
2021-06-03 | softfloat: Convert modrem operations to FloatParts | Richard Henderson | 3 | -1243/+295 |
2021-06-03 | softfloat: Move floatN_log2 to softfloat-parts.c.inc | Richard Henderson | 2 | -99/+152 |
2021-06-03 | softfloat: Convert float32_exp2 to FloatParts | Richard Henderson | 1 | -30/+23 |
2021-06-03 | softfloat: Convert floatx80 compare to FloatParts | Richard Henderson | 1 | -60/+22 |
2021-06-03 | softfloat: Convert floatx80_scalbn to FloatParts | Richard Henderson | 1 | -39/+11 |
2021-06-03 | softfloat: Convert floatx80 to integer to FloatParts | Richard Henderson | 1 | -294/+42 |
2021-06-03 | softfloat: Convert floatx80 float conversions to FloatParts | Richard Henderson | 2 | -384/+67 |
2021-06-03 | softfloat: Convert integer to floatx80 to FloatParts | Richard Henderson | 1 | -45/+13 |
2021-06-03 | softfloat: Convert floatx80_round_to_int to FloatParts | Richard Henderson | 1 | -103/+13 |
2021-06-03 | softfloat: Convert floatx80_round to FloatParts | Richard Henderson | 1 | -4/+6 |
2021-06-03 | softfloat: Convert floatx80_sqrt to FloatParts | Richard Henderson | 1 | -71/+11 |
2021-06-03 | softfloat: Convert floatx80_div to FloatParts | Richard Henderson | 1 | -87/+13 |
2021-06-03 | softfloat: Convert floatx80_mul to FloatParts | Richard Henderson | 1 | -62/+14 |
2021-06-03 | softfloat: Convert floatx80_add/sub to FloatParts | Richard Henderson | 1 | -203/+136 |
2021-06-03 | softfloat: Adjust parts_uncanon_normal for floatx80 | Richard Henderson | 1 | -6/+30 |
2021-06-03 | softfloat: Introduce Floatx80RoundPrec | Richard Henderson | 1 | -15/+17 |
2021-06-03 | softfloat: Reduce FloatFmt | Richard Henderson | 2 | -20/+15 |
2021-06-03 | softfloat: Split out parts_uncanon_normal | Richard Henderson | 2 | -27/+40 |
2021-06-03 | softfloat: Move sqrt_float to softfloat-parts.c.inc | Richard Henderson | 2 | -152/+261 |
2021-06-03 | softfloat: Move scalbn_decomposed to softfloat-parts.c.inc | Richard Henderson | 2 | -69/+55 |
2021-06-03 | softfloat: Move compare_floats to softfloat-parts.c.inc | Richard Henderson | 2 | -132/+133 |
2021-06-03 | softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag) | David Hildenbrand | 1 | -0/+13 |
2021-06-03 | softfloat: Move minmax_flags to softfloat-parts.c.inc | Richard Henderson | 2 | -130/+156 |
2021-06-03 | softfloat: Move uint_to_float to softfloat-parts.c.inc | Richard Henderson | 2 | -50/+56 |
2021-06-03 | softfloat: Move int_to_float to softfloat-parts.c.inc | Richard Henderson | 2 | -98/+70 |
2021-06-03 | softfloat: Move round_to_uint_and_pack to softfloat-parts.c.inc | Richard Henderson | 2 | -278/+147 |
2021-06-03 | softfpu: Add float_round_to_odd_inf | Richard Henderson | 1 | -2/+4 |
2021-05-16 | softfloat: Move round_to_int_and_pack to softfloat-parts.c.inc | Richard Henderson | 2 | -284/+145 |
2021-05-16 | softfloat: Move round_to_int to softfloat-parts.c.inc | Richard Henderson | 2 | -327/+262 |
2021-05-16 | softfloat: Convert float-to-float conversions with float128 | Richard Henderson | 1 | -134/+69 |
2021-05-16 | softfloat: Split float_to_float | Richard Henderson | 1 | -73/+101 |
2021-05-16 | softfloat: Move div_floats to softfloat-parts.c.inc | Richard Henderson | 2 | -174/+171 |
2021-05-16 | softfloat: Introduce sh[lr]_double primitives | Richard Henderson | 1 | -23/+79 |
2021-05-16 | softfloat: Move muladd_floats to softfloat-parts.c.inc | Richard Henderson | 2 | -209/+323 |
2021-05-16 | softfloat: Move mul_floats to softfloat-parts.c.inc | Richard Henderson | 2 | -129/+128 |
2021-05-16 | softfloat: Implement float128_add/sub via parts | Richard Henderson | 1 | -221/+36 |
2021-05-16 | softfloat: Move addsub_floats to softfloat-parts.c.inc | Richard Henderson | 3 | -141/+255 |
2021-05-16 | softfloat: Move round_canonical to softfloat-parts.c.inc | Richard Henderson | 2 | -155/+192 |
2021-05-16 | softfloat: Move sf_canonicalize to softfloat-parts.c.inc | Richard Henderson | 2 | -38/+112 |
2021-05-16 | softfloat: Move pick_nan_muladd to softfloat-parts.c.inc | Richard Henderson | 2 | -40/+53 |
2021-05-16 | softfloat: Move pick_nan to softfloat-parts.c.inc | Richard Henderson | 2 | -27/+60 |
2021-05-16 | softfloat: Move return_nan to softfloat-parts.c.inc | Richard Henderson | 2 | -20/+62 |
2021-05-16 | softfloat: Convert float128_default_nan to parts | Richard Henderson | 2 | -13/+23 |
2021-05-16 | softfloat: Convert float128_silence_nan to parts | Richard Henderson | 2 | -32/+89 |
2021-05-16 | softfloat: Rearrange FloatParts64 | Richard Henderson | 1 | -2/+12 |