]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Use vfp.fp_status_a64 in A64-only helper functions
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 24 Jan 2025 16:27:27 +0000 (16:27 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 Jan 2025 18:40:19 +0000 (18:40 +0000)
commit57bd2f30ff50642dc32b3b2a4232054f3b6d664e
tree19158f795c47c3daf087f31a331b84f59604d284
parent2208cb46e60a825768b0d6aad1bd809f7b235bd1
target/arm: Use vfp.fp_status_a64 in A64-only helper functions

Switch from vfp.fp_status to vfp.fp_status_a64 for helpers which:
 * directly reference an fp_status field
 * are called only from the A64 decoder
 * are not called inside a set_rmode/restore_rmode sequence

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