On Mon, 8 Feb 2021 at 03:38, Richard Henderson <richard.hender...@linaro.org> wrote: > > Implement via expansion, so don't actually set TCG_TARGET_HAS_roti_vec. > For NEON, this is shift-right followed by shift-left-and-insert. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > tcg/arm/tcg-target-con-set.h | 1 + > tcg/arm/tcg-target.opc.h | 1 + > tcg/arm/tcg-target.c.inc | 15 +++++++++++++++ > 3 files changed, 17 insertions(+)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM