qemu/fpu
Alex Bennée e6b405fe00 fpu: convert float[16/32/64]_squash_denormal to new modern style
This also allows us to remove the extractFloat16exp/frac helpers. We
avoid using the floatXX_pack_raw functions as they are slight overkill
for masking out all but the top bit of the number. The generated code
is almost exactly the same as makes no difference to the
pre-conversion code.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
2019-08-19 12:07:13 +01:00
..
softfloat-specialize.h fpu: replace LIT64 usage with UINT64_C for specialize constants 2019-08-19 12:07:13 +01:00
softfloat.c fpu: convert float[16/32/64]_squash_denormal to new modern style 2019-08-19 12:07:13 +01:00