|
From: | Richard Henderson |
Subject: | Re: [PATCH v2 07/17] target/arm: Convert Neon VQSHL, VRSHL, VQRSHL 3-reg-same insns to decodetree |
Date: | Wed, 13 May 2020 09:55:46 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 |
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 <address@hidden> > --- > 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 <address@hidden> 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~
[Prev in Thread] | Current Thread | [Next in Thread] |