On 4/30/20 11:10 AM, Peter Maydell wrote: > Convert the Neon floating point VFMA and VFMS insn to decodetree. > These are the last insns in the 3-reg-same group so we can > remove all the support/loop code from the old decoder. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/translate-neon.inc.c | 41 ++++++++ > target/arm/translate.c | 176 +------------------------------- > target/arm/neon-dp.decode | 3 + > 3 files changed, 46 insertions(+), 174 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~