|
From: | Richard Henderson |
Subject: | Re: [PATCH 14/21] target/arm: Convert Neon VQABS, VQNEG to decodetree |
Date: | Fri, 19 Jun 2020 16:42:33 -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 VQABS and VQNEG insns to decodetree. > Since these are the only ones which need cpu_env passing to > the helper, we wrap the helper rather than creating a whole > new do_2misc_env() function. > > Signed-off-by: Peter Maydell <peter.maydell@linaro.org> > --- > target/arm/neon-dp.decode | 3 +++ > target/arm/translate-neon.inc.c | 35 +++++++++++++++++++++++++++++++++ > target/arm/translate.c | 30 ++-------------------------- > 3 files changed, 40 insertions(+), 28 deletions(-) Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |