On 6/16/20 10:08 AM, Peter Maydell wrote: > Convert the Neon 2-reg-misc insns which are implemented with > simple calls to functions that take the input, output and > fpstatus pointer. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/translate.h | 1 + > target/arm/neon-dp.decode | 8 +++++ > target/arm/translate-neon.inc.c | 62 +++++++++++++++++++++++++++++++++ > target/arm/translate.c | 56 ++++------------------------- > 4 files changed, 78 insertions(+), 49 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~