Re: [PATCH RFC v2] target/arm: Implement SVE2 bitwise shift immediate

2020-06-17 Thread Richard Henderson
On 4/30/20 12:41 PM, Stephen Long wrote: > Implements SQSHL/UQSHL, SRSHR/URSHR, and SQSHLU > > Signed-off-by: Stephen Long > --- Thanks, queued. r~

[PATCH RFC v2] target/arm: Implement SVE2 bitwise shift immediate

2020-04-30 Thread Stephen Long
Implements SQSHL/UQSHL, SRSHR/URSHR, and SQSHLU Signed-off-by: Stephen Long --- Made the changes Richard requested. I think the only SVE2 insns left are the FMLA and FMLS (both vector and indexed) ones. There are a couple of patches that Richard has to review: * this one * TBX / TBL (not fully