On 4/30/20 11:09 AM, Peter Maydell wrote: > Convert the Neon float VPMIN, VPMAX and VPADD 3-reg-same insns to > decodetree. These are the only remaining 'pairwise' operations, > so we can delete the pairwise-specific bits of the old decoder's > for-each-element loop now. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/translate-neon.inc.c | 63 +++++++++++++++++++++++++++++++++ > target/arm/translate.c | 63 +++++---------------------------- > target/arm/neon-dp.decode | 5 +++ > 3 files changed, 76 insertions(+), 55 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~