]> 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:06 +0000 (14:25 +0300)
commitd38d749a9935092e7f71107f6944b3a30a420fda
treea6796f312e2f8ea57d4087619a5f4135c122d556
parent14f0c7e3be8529d3df79b07170f3fe547e961bd9
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/sme_helper.c