target/arm: Fix decode for VDOT (indexed)
commit64ea60869be0fc80e32055912fe3c1a55290231c
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 25 May 2021 01:03:52 +0000 (24 18:03 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 25 May 2021 15:01:44 +0000 (25 16:01 +0100)
tree00fcdcf89f4022dc18a083ed016cd62f3e4fcfb6
parent25fa6f8341f4dda26f43182090ec9cf9fd8ee7ce
target/arm: Fix decode for VDOT (indexed)

We were extracting the M register twice, once incorrectly
as M:vm and once correctly as rm.  Remove the incorrect
name and remove the incorrect decode.

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