Re: [PATCH v2 44/67] target/arm: Convert SRSHL and URSHL (register) to gvec

2024-05-28 Thread Richard Henderson
On 5/28/24 08:51, Peter Maydell wrote: On Sat, 25 May 2024 at 00:27, Richard Henderson wrote: Signed-off-by: Richard Henderson --- target/arm/helper.h | 10 + target/arm/tcg/translate.h | 4 target/arm/tcg/neon-dp.decode | 10 ++--- target/arm/tcg/gen

Re: [PATCH v2 44/67] target/arm: Convert SRSHL and URSHL (register) to gvec

2024-05-28 Thread Peter Maydell
On Sat, 25 May 2024 at 00:27, Richard Henderson wrote: > > Signed-off-by: Richard Henderson > --- > target/arm/helper.h | 10 + > target/arm/tcg/translate.h | 4 > target/arm/tcg/neon-dp.decode | 10 ++--- > target/arm/tcg/gengvec.c| 22 ++

[PATCH v2 44/67] target/arm: Convert SRSHL and URSHL (register) to gvec

2024-05-24 Thread Richard Henderson
Signed-off-by: Richard Henderson --- target/arm/helper.h | 10 + target/arm/tcg/translate.h | 4 target/arm/tcg/neon-dp.decode | 10 ++--- target/arm/tcg/gengvec.c| 22 +++ target/arm/tcg/neon_helper.c| 38 ++