]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Fix SME FMOPA (16-bit), BFMOPA
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 17 Nov 2023 19:31:35 +0000 (11:31 -0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 22 Nov 2023 11:25:22 +0000 (14:25 +0300)
commitdb8e86cc40c22be3f3938d3e1f692511ec03b371
tree2f954a039bb96fbfc2eb7289ce4da2cdcf21d969
parentd8ad972b2d2361a369fc253505a0d2f7f2fec541
target/arm: Fix SME FMOPA (16-bit), BFMOPA

Perform the loop increment unconditionally, not nested
within the predication.

Cc: qemu-stable@nongnu.org
Fixes: 3916841ac75 ("target/arm: Implement FMOPA, FMOPS (widening)")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1985
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20231117193135.1180657-1-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 3efd8495735c69b863476e9003e624877382a72d)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/arm/tcg/sme_helper.c