Re: [PATCH 12/17] target/arm: Convert handle_vec_simd_shri to decodetree

2024-08-12 Thread Richard Henderson
On 8/12/24 23:14, Peter Maydell wrote: On Wed, 17 Jul 2024 at 07:11, Richard Henderson wrote: This includes SSHR, USHR, SSRA, USRA, SRSHR, URSHR, SRSRA, URSRA, SRI. Signed-off-by: Richard Henderson --- target/arm/tcg/translate-a64.c | 109 +++-- target/arm/tcg/

Re: [PATCH 12/17] target/arm: Convert handle_vec_simd_shri to decodetree

2024-08-12 Thread Peter Maydell
On Wed, 17 Jul 2024 at 07:11, Richard Henderson wrote: > > This includes SSHR, USHR, SSRA, USRA, SRSHR, URSHR, SRSRA, URSRA, SRI. > > Signed-off-by: Richard Henderson > --- > target/arm/tcg/translate-a64.c | 109 +++-- > target/arm/tcg/a64.decode | 27 +++- >

[PATCH 12/17] target/arm: Convert handle_vec_simd_shri to decodetree

2024-07-16 Thread Richard Henderson
This includes SSHR, USHR, SSRA, USRA, SRSHR, URSHR, SRSRA, URSRA, SRI. Signed-off-by: Richard Henderson --- target/arm/tcg/translate-a64.c | 109 +++-- target/arm/tcg/a64.decode | 27 +++- 2 files changed, 74 insertions(+), 62 deletions(-) diff --git a/targ