On 4/30/20 11:09 AM, Peter Maydell wrote: > Convert the Neon VMUL, VMLA, VMLS and VSHL insns in the > 3-reg-same grouping to decodetree. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/translate-neon.inc.c | 44 +++++++++++++++++++++++++++++++++ > target/arm/translate.c | 28 +++------------------ > target/arm/neon-dp.decode | 9 +++++++ > 3 files changed, 56 insertions(+), 25 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~