On 6/16/20 10:08 AM, Peter Maydell wrote: > Convert the Neon VTRN insn to decodetree. This is the last insn in the > Neon data-processing group, so we can remove all the now-unused old > decoder framework. > > It's possible that there's a more efficient implementation of > VTRN, but for this conversion we just copy the existing approach. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/neon-dp.decode | 2 +- > target/arm/translate-neon.inc.c | 90 ++++++++ > target/arm/translate.c | 363 +------------------------------- > 3 files changed, 93 insertions(+), 362 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~