Re: [PATCH v2 39/67] target/arm: Inline scalar SUQADD and USQADD

2024-05-28 Thread Peter Maydell
On Sat, 25 May 2024 at 00:23, Richard Henderson wrote: > > This eliminates the last uses of these neon helpers. > Incorporate the MO_64 expanders as an option to the vector expander. > > Signed-off-by: Richard Henderson > --- > target/arm/helper.h| 8 -- > target/arm/tcg/translate-

[PATCH v2 39/67] target/arm: Inline scalar SUQADD and USQADD

2024-05-24 Thread Richard Henderson
This eliminates the last uses of these neon helpers. Incorporate the MO_64 expanders as an option to the vector expander. Signed-off-by: Richard Henderson --- target/arm/helper.h| 8 -- target/arm/tcg/translate-a64.h | 8 ++ target/arm/tcg/gengvec64.c | 71 ++ ta