target/arm: Use fp_status_a32 in vjvct helper
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 24 Jan 2025 16:27:28 +0000 (16:27 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 Jan 2025 18:40:19 +0000 (18:40 +0000)
commit1069d8ab30cb8c06cb093b06b05f571f64248d0d
treef5f7f81bff5c76bd94ea80958041393174a0696d
parent75df4e86097062ce3f0926cf2c4afd837edfb286
target/arm: Use fp_status_a32 in vjvct helper

Use fp_status_a32 in the vjcvt helper function; this is called only
from the A32/T32 decoder and is not used inside a
set_rmode/restore_rmode sequence.

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