On 6/11/20 7:45 AM, Peter Maydell wrote: > 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.mayd...@linaro.org> > --- > target/arm/neon-dp.decode | 3 ++ > target/arm/translate-neon.inc.c | 56 +++++++++++++++++++++++++++++++++ > target/arm/translate.c | 41 +++--------------------- > 3 files changed, 63 insertions(+), 37 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~