]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Fix decode of align in VLDST_single
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 19 Apr 2021 20:22:27 +0000 (13:22 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 30 Apr 2021 10:16:49 +0000 (11:16 +0100)
commita736cbc303f3c3f79b7b0b09e0dd4e18c8bcf94c
treee8f330c7cd92565a53f8eed1cee225db0a14678d
parent33e74c3172defc841692b4281d2dbd8f8a966e17
target/arm: Fix decode of align in VLDST_single

The encoding of size = 2 and size = 3 had the incorrect decode
for align, overlapping the stride field.  This error was hidden
by what should have been unnecessary masking in translate.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210419202257.161730-2-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/neon-ls.decode
target/arm/translate-neon.c.inc