]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/arm: Remove now-unused vfp.fp_status and FPST_FPCR
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 24 Jan 2025 16:27:32 +0000 (16:27 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 Jan 2025 18:40:19 +0000 (18:40 +0000)
commit2aa9656ebc26ea73c0cdb5c67409de1b9ef303c8
treefc48ecccc8dbc2b6213ee647b48eae1afca72645
parente107a7a54e51b4f93e2fa8cff46ac5beb6cafafe
target/arm: Remove now-unused vfp.fp_status and FPST_FPCR

Now we have moved all the uses of vfp.fp_status and FPST_FPCR
to either the 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-13-peter.maydell@linaro.org
target/arm/cpu.c
target/arm/cpu.h
target/arm/tcg/translate.h
target/arm/vfp_helper.c