unicorn/qemu/fpu
Alex Bennée 0d573763c9
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.

Backports commit e6b405fe00d8e6424a58492b37a1656d1ef0929b from qemu
2019-11-18 20:42:06 -05:00
..
softfloat-specialize.h fpu: replace LIT64 usage with UINT64_C for specialize constants 2019-11-18 20:39:03 -05:00
softfloat.c fpu: convert float[16/32/64]_squash_denormal to new modern style 2019-11-18 20:42:06 -05:00