On 6/11/20 7:45 AM, Peter Maydell wrote: > Convert the Neon VDUP (scalar) insn to decodetree. (Note that we > can't call this just "VDUP" as we used that already in vfp.decode for > the "VDUP (general purpose register" insn.) > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/neon-dp.decode | 7 +++++++ > target/arm/translate-neon.inc.c | 26 ++++++++++++++++++++++++++ > target/arm/translate.c | 25 +------------------------ > 3 files changed, 34 insertions(+), 24 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~