target/arm: Read fz16 from env->vfp.fpcr
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 1 Feb 2025 16:40:11 +0000 (16:40 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 11 Feb 2025 16:22:08 +0000 (16:22 +0000)
commitbbeed9f06a4e66d444bcde9ef4bdd21e866b7d77
tree017b079e168226a7acf0737a371e59900e9934b3
parentd75f68047624e5337963690a9a96906fcca3aefe
target/arm: Read fz16 from env->vfp.fpcr

Read the bit from the source, rather than from the proxy via
get_flush_inputs_to_zero.  This makes it clear that it does
not matter which of the float_status structures is used.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250129013857.135256-34-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/vec_helper.c