]> 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 08:30:59 +0000 (11:30 +0300)
commitaee67c8b3992b5b0871b81a45ee08e0980ef3dbf
tree365de72f0d545c8821951dfbf902229cdfb01a00
parent30f9eb2b2a9cbfb8653bfd02169cc482560ccb8c
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/translate-sve.c