target/arm: Remove now-unused vfp.fp_status_f16 and FPST_FPCR_F16
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 24 Jan 2025 16:27:38 +0000 (16:27 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 Jan 2025 18:40:19 +0000 (18:40 +0000)
commit3847b5b1fbb2d6d4ab1dffd8842ffc3d0c3ddb37
tree37d193227b46870c510e11eb69c694fdf5288b0c
parent230c2bd3f2882e007abc80d513b86770adb7b0e5
target/arm: Remove now-unused vfp.fp_status_f16 and FPST_FPCR_F16

Now we have moved all the uses of vfp.fp_status_f16 and FPST_FPCR_F16
to the new A32 or A64 fields, we can remove these.

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