target/arm: Convert Neon VTBL, VTBX to decodetree
commit54e96c744b70a5d19f14b212a579dd3be8fcaad9
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jun 2020 09:32:28 +0000 (16 10:32 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jun 2020 09:32:28 +0000 (16 10:32 +0100)
tree313dd9ae69f63e097656e9908cd368bad8e5dad4
parent0aad761fb0aed40c99039eacac470cbd03d07019
target/arm: Convert Neon VTBL, VTBX to decodetree

Convert the Neon VTBL, VTBX instructions to decodetree.  The actual
implementation of the insn is copied across to the new trans function
unchanged except for renaming 'tmp5' to 'tmp4'.

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