]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Remove fp_status_a32
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 1 Feb 2025 16:40:08 +0000 (16:40 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 11 Feb 2025 16:22:07 +0000 (16:22 +0000)
commit54afbf663234756ebc89a1cfee0a8d4c578b26f7
treed2f0a6b558c12ff3911414348f7e94f80f729024
parent1c349f43b18608d57a72a3d6d5e95b28a1c14470
target/arm: Remove fp_status_a32

Replace with fp_status[FPST_A32].  As this was the last of the
old structures, we can remove the anonymous union and struct.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20250129013857.135256-15-richard.henderson@linaro.org
[PMM: tweak to account for change to is_ebf()]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.c
target/arm/cpu.h
target/arm/tcg/vec_helper.c
target/arm/vfp_helper.c