On 4/30/20 11:10 AM, Peter Maydell wrote: > Convert the Neon fp VMAX/VMIN/VMAXNM/VMINNM/VRECPS/VRSQRTS 3-reg-same > insns to decodetree. (These are all the remaining non-accumulation > instructions in this group.) > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/translate-neon.inc.c | 60 +++++++++++++++++++++++++++++++++ > target/arm/translate.c | 42 ++--------------------- > target/arm/neon-dp.decode | 6 ++++ > 3 files changed, 68 insertions(+), 40 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~