Re: [PATCH v2 64/67] target/arm: Tidy SQDMULH, SQRDMULH (vector)

2024-05-28 Thread Peter Maydell
On Sat, 25 May 2024 at 00:30, Richard Henderson wrote: > > We already have a gvec helper for the operations, but we aren't > using it on the aa32 neon side. Create a unified expander for > use by both aa32 and aa64 translators. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Mayde

[PATCH v2 64/67] target/arm: Tidy SQDMULH, SQRDMULH (vector)

2024-05-24 Thread Richard Henderson
We already have a gvec helper for the operations, but we aren't using it on the aa32 neon side. Create a unified expander for use by both aa32 and aa64 translators. Signed-off-by: Richard Henderson --- target/arm/tcg/translate.h | 4 target/arm/tcg/gengvec.c| 20 +