]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Define new fp_status_f16_a32 and fp_status_f16_a64
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 24 Jan 2025 16:27:33 +0000 (16:27 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 Jan 2025 18:40:19 +0000 (18:40 +0000)
commit5f4ed6da85ff4abeb89bf9e6ad9481b82c5db0b0
treee786ac5d38e37c3cc361c0b1d62ae832ae1c81bb
parent2aa9656ebc26ea73c0cdb5c67409de1b9ef303c8
target/arm: Define new fp_status_f16_a32 and fp_status_f16_a64

As the first part of splitting the existing fp_status_f16
into separate float_status fields for AArch32 and AArch64
(so that we can make FEAT_AFP control bits apply only
for AArch64), define the two new fp_status_f16_a32 and
fp_status_f16_a64 fields, but don't use them yet.

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