On Mon, 8 Feb 2021 at 03:51, Richard Henderson <richard.hender...@linaro.org> wrote: > > Most of dupi is copied from tcg/aarch64, which has the same > encoding for AdvSimdExpandImm. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > tcg/arm/tcg-target.c.inc | 283 +++++++++++++++++++++++++++++++++++++-- > 1 file changed, 275 insertions(+), 8 deletions(-)
There is a fair chunk of duplicate-with-aarch64 code here; but it's kind of on the borderline of whether it's worth the effort of trying to share it I guess. Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM