]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Simplify DO_VFP_cmp in vfp_helper.c
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 1 Feb 2025 16:40:10 +0000 (16:40 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 11 Feb 2025 16:22:08 +0000 (16:22 +0000)
commitd75f68047624e5337963690a9a96906fcca3aefe
treeb91677efc8be3c1a15bede2eed0b9fe1eb1cf73d
parentf81c46987aad633ff8c9a7d0fece6c3839ccc463
target/arm: Simplify DO_VFP_cmp in vfp_helper.c

Pass ARMFPStatusFlavour index instead of fp_status[FOO].

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20250129013857.135256-17-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/vfp_helper.c