Re: [PATCH v2 45/57] target/arm: Implement MVE VQSHL (vector)

2021-06-14 Thread Richard Henderson
On 6/14/21 8:09 AM, Peter Maydell wrote: Implement the MVE VQSHL insn (encoding T4, which is the vector-shift-by-vector version). The DO_SQSHL_OP and DO_UQSHL_OP macros here are derived from the neon_helper.c code for qshl_u{8,16,32} and qshl_s{8,16,32}. Signed-off-by: Peter Maydell --- Revie

[PATCH v2 45/57] target/arm: Implement MVE VQSHL (vector)

2021-06-14 Thread Peter Maydell
Implement the MVE VQSHL insn (encoding T4, which is the vector-shift-by-vector version). The DO_SQSHL_OP and DO_UQSHL_OP macros here are derived from the neon_helper.c code for qshl_u{8,16,32} and qshl_s{8,16,32}. Signed-off-by: Peter Maydell --- target/arm/helper-mve.h| 8 target