On Tue, 10 Dec 2024 at 16:26, Richard Henderson <richard.hender...@linaro.org> wrote: > > Move the current implementation out of translate-neon.c, > and extend to handle all element sizes. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/tcg/translate.h | 6 ++++++ > target/arm/tcg/gengvec.c | 14 ++++++++++++++ > target/arm/tcg/translate-neon.c | 20 ++------------------ > 3 files changed, 22 insertions(+), 18 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM