Re: [PATCH v3 05/37] target/riscv: SIMD 16-bit Shift Instructions

2021-06-30 Thread Alistair Francis
On Thu, Jun 24, 2021 at 9:11 PM LIU Zhiwei wrote: > > Instructions include right arithmetic shift, right logic shift, > and left shift. > > The shift can be an immediate or a register scalar. The > right shift has rounding operation. And the left shift > has saturation operation. > > Signed-off-by

[PATCH v3 05/37] target/riscv: SIMD 16-bit Shift Instructions

2021-06-24 Thread LIU Zhiwei
Instructions include right arithmetic shift, right logic shift, and left shift. The shift can be an immediate or a register scalar. The right shift has rounding operation. And the left shift has saturation operation. Signed-off-by: LIU Zhiwei --- target/riscv/helper.h | 9 ++