On 6/16/20 10:08 AM, Peter Maydell wrote: > Convert the pairwise ops VPADDL and VPADAL in the 2-reg-misc grouping > to decodetree. > > At this point we can get rid of the weird CPU_V001 #define that was > used to avoid having to explicitly list all the arguments being > passed to some TCG gen/helper functions. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/neon-dp.decode | 6 ++ > target/arm/translate-neon.inc.c | 149 ++++++++++++++++++++++++++++++++ > target/arm/translate.c | 35 +------- > 3 files changed, 157 insertions(+), 33 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~