1
0
mirror of https://gitlab.com/qemu-project/qemu synced 2024-07-09 12:36:32 +00:00
qemu/fpu
Richard Henderson d6e1f0cd59 softfloat: Reduce FloatFmt
Remove frac_lsb, frac_lsbm1, roundeven_mask.  Compute
these from round_mask in parts$N_uncanon_normal.

With floatx80, round_mask will not be tied to frac_shift.
Everything else is easily computable.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2021-06-03 14:04:02 -07:00
..
softfloat-parts-addsub.c.inc softfloat: Move addsub_floats to softfloat-parts.c.inc 2021-05-16 07:13:51 -05:00
softfloat-parts.c.inc softfloat: Reduce FloatFmt 2021-06-03 14:04:02 -07:00
softfloat-specialize.c.inc softfloat: Convert float128_default_nan to parts 2021-05-16 07:13:51 -05:00
softfloat.c softfloat: Reduce FloatFmt 2021-06-03 14:04:02 -07:00