]> git.proxmox.com Git - mirror_qemu.git/commit - fpu/softfloat.c
softfloat: Introduce Floatx80RoundPrec
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 21 Nov 2020 17:33:36 +0000 (09:33 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 3 Jun 2021 21:04:02 +0000 (14:04 -0700)
commit8da5f1dbb0d7b97686d54584c70b55cb05f89007
tree2c3dbd392b0c18e9397a145e4832a46317146c18
parentd6e1f0cd59a59a27a2b109600653e57917cc9594
softfloat: Introduce Floatx80RoundPrec

Use an enumeration instead of raw 32/64/80 values.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
fpu/softfloat.c
include/fpu/softfloat-helpers.h
include/fpu/softfloat-types.h
include/fpu/softfloat.h
linux-user/arm/nwfpe/fpa11.c
target/i386/tcg/fpu_helper.c
target/m68k/fpu_helper.c
target/m68k/softfloat.c
tests/fp/fp-test.c