]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Use FPST_A32_F16 in A32 decoder
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 24 Jan 2025 16:27:36 +0000 (16:27 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 Jan 2025 18:40:19 +0000 (18:40 +0000)
commite935710bc8c76c1a7a665da10fa2d5e97ea94ee1
tree092ccfcf7702e80dbbe664c43b3e863248baa00b
parente4b3c388f96c1e4d18e276db6a9963bcb8cb98fb
target/arm: Use FPST_A32_F16 in A32 decoder

In the A32 decoder, use FPST_A32_F16 rather than FPST_FPCR_F16.
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_F16(?!_)/FPST_A32_F16/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-17-peter.maydell@linaro.org
target/arm/tcg/translate-vfp.c