On 6/16/20 10:08 AM, Peter Maydell wrote: > Convert the Neon 2-reg-misc VRINT insns to decodetree. > Giving these insns their own do_vrint() function allows us > to change the rounding mode just once at the start and end > rather than doing it for every element in the vector. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/neon-dp.decode | 8 +++++ > target/arm/translate-neon.inc.c | 61 +++++++++++++++++++++++++++++++++ > target/arm/translate.c | 31 +++-------------- > 3 files changed, 74 insertions(+), 26 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~