On 5/22/20 7:55 AM, Peter Maydell wrote: > Convert the VQSHLU and QVSHL 2-reg-shift insns to decodetree. > These are the last of the simple shift-by-immediate insns. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/neon-dp.decode | 15 +++++ > target/arm/translate-neon.inc.c | 108 +++++++++++++++++++++++++++++++ > target/arm/translate.c | 110 +------------------------------- > 3 files changed, 126 insertions(+), 107 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~