On 6/11/20 7:45 AM, Peter Maydell wrote: > Convert the Neon 2-reg-scalar long multiplies to decodetree. > These are the last instructions in the group. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/neon-dp.decode | 18 ++++ > target/arm/translate-neon.inc.c | 163 ++++++++++++++++++++++++++++ > target/arm/translate.c | 182 ++------------------------------ > 3 files changed, 187 insertions(+), 176 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~