|
From: | Richard Henderson |
Subject: | Re: [PATCH 17/21] target/arm: Convert Neon 2-reg-misc VRINT insns to decodetree |
Date: | Fri, 19 Jun 2020 16:49:06 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 |
On 6/16/20 10:08 AM, Peter Maydell wrote: > Convert the Neon 2-reg-misc VRINT insns to decodetree. > Giving these insns their own do_vrint() function allows us > to change the rounding mode just once at the start and end > rather than doing it for every element in the vector. > > Signed-off-by: Peter Maydell <peter.maydell@linaro.org> > --- > target/arm/neon-dp.decode | 8 +++++ > target/arm/translate-neon.inc.c | 61 +++++++++++++++++++++++++++++++++ > target/arm/translate.c | 31 +++-------------- > 3 files changed, 74 insertions(+), 26 deletions(-) Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |