target/arm: Use FPSR_ constants in vfp_exceptbits_from_host()
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 24 Jan 2025 16:27:24 +0000 (16:27 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 Jan 2025 18:40:19 +0000 (18:40 +0000)
commitf10dee833f5b810d7c5ac036e3b5937d388f7b3b
tree1199ac8f1bf54198a63747c4316c1fc33f263400
parent1edc3d43f20df0d04f8d00b906ba19fed37512a5
target/arm: Use FPSR_ constants in vfp_exceptbits_from_host()

Use the FPSR_ named constants in vfp_exceptbits_from_host(),
rather than hardcoded magic numbers.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250124162836.2332150-5-peter.maydell@linaro.org
target/arm/vfp_helper.c