On 5/12/20 9:38 AM, Peter Maydell wrote: > Convert the VQSHL, VRSHL and VQRSHL insns in the 3-reg-same > group to decodetree. We have already implemented the size==0b11 > case of these insns; this commit handles the remaining sizes. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/neon-dp.decode | 47 +++++++++++++++++++++++---------- > target/arm/translate-neon.inc.c | 43 ++++++++++++++++++++++++++++++ > target/arm/translate.c | 22 +++------------ > 3 files changed, 79 insertions(+), 33 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> I think I'll come back and clean up this split 64/32-bit decode, as well as converting to pointer-to-qc, but this works for now. r~