|
From: | Richard Henderson |
Subject: | Re: [PATCH 04/10] target/arm: Convert Neon VSRA, VSRI, VRSHR, VRSRA 2-reg-shift insns to decodetree |
Date: | Fri, 15 May 2020 15:50:12 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 |
On 5/15/20 7:20 AM, Peter Maydell wrote: > Convert the VSRA, VSRI, VRSHR, VRSRA 2-reg-shift insns to decodetree. > (These are the last instructions in the group that are vectorized; > the rest all require looping over each element.) > > Signed-off-by: Peter Maydell <address@hidden> > --- > target/arm/neon-dp.decode | 63 +++++++++++++++++++++++++++++++++ > target/arm/translate-neon.inc.c | 7 ++++ > target/arm/translate.c | 52 +++------------------------ > 3 files changed, 74 insertions(+), 48 deletions(-) Modulo the extra formats I mentioned vs the previous patch, Reviewed-by: Richard Henderson <address@hidden> r~
[Prev in Thread] | Current Thread | [Next in Thread] |