]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Fix 128-bit element ZIP, UZP, TRN
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 4 Jul 2025 14:19:26 +0000 (08:19 -0600)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 9 Jul 2025 02:04:25 +0000 (05:04 +0300)
commitc76ec8d575fb8194a59908d25828286702390903
treec8aaf84740aafe51cd568b7d6164a5aaaf078977
parent0e5f0d87f8e07d72688537282e19881cb9a323e6
target/arm: Fix 128-bit element ZIP, UZP, TRN

We missed the instructions UDEF when the vector size is too small.
We missed marking the instructions non-streaming with SME.

Cc: qemu-stable@nongnu.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250704142112.1018902-4-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit e6ffd009c7710a8cc98094897fa0af609c114683)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/arm/tcg/translate-sve.c