target/arm: Use FPST_A32 in A32 decoder
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 24 Jan 2025 16:27:30 +0000 (16:27 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 Jan 2025 18:40:19 +0000 (18:40 +0000)
commit961a8b3fb81ffd74218e44397fb14854b9793194
treebf068fead2390c69e59dbdc1e575b7661804a63e
parentd1ce6db3b1dcaa51d48def07f5615e6655ec4550
target/arm: Use FPST_A32 in A32 decoder

In the A32 decoder, use FPST_A32 rather than FPST_FPCR.  By
doing an automated conversion of the whole file we avoid possibly
using more than one fpst value in a set_rmode/op/restore_rmode
sequence.

Patch created with
  perl -p -i -e 's/FPST_FPCR(?!_)/FPST_A32/g' target/arm/tcg/translate-vfp.c

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