]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Use fp_status_f16_a32 in AArch32-only helpers
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 24 Jan 2025 16:27:34 +0000 (16:27 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 Jan 2025 18:40:19 +0000 (18:40 +0000)
commit85fffc1085c0b2623aa615cfdfb6b4d84694cfa3
tree50c7086ee1afda993847b0f923362e2e2d42808c
parent5f4ed6da85ff4abeb89bf9e6ad9481b82c5db0b0
target/arm: Use fp_status_f16_a32 in AArch32-only helpers

We directly use fp_status_f16 in a handful of helpers that
are AArch32-specific; switch to fp_status_f16_a32 for these.

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