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.mayd...@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.hender...@linaro.org> r~