]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Simplify fp_status indexing in mve_helper.c
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 1 Feb 2025 16:40:09 +0000 (16:40 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 11 Feb 2025 16:22:07 +0000 (16:22 +0000)
commitf81c46987aad633ff8c9a7d0fece6c3839ccc463
tree36ed4b1ff304a089ef548a79bebb1846ef1ad26e
parent54afbf663234756ebc89a1cfee0a8d4c578b26f7
target/arm: Simplify fp_status indexing in mve_helper.c

Select on index instead of pointer.
No functional change.

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