Re: [PATCH 07/38] target/riscv: SIMD 8-bit Shift Instructions

2021-05-23 Thread Palmer Dabbelt
On Fri, 12 Feb 2021 07:02:25 PST (-0800), zhiwei_...@c-sky.com wrote: Signed-off-by: LIU Zhiwei I know it's always kind of akward for this type of patches, but IIUC they're all supposed to have some sort of description. --- target/riscv/helper.h | 9 +++

Re: [PATCH 07/38] target/riscv: SIMD 8-bit Shift Instructions

2021-03-15 Thread Alistair Francis
On Fri, Feb 12, 2021 at 10:18 AM LIU Zhiwei wrote: > > Signed-off-by: LIU Zhiwei Acked-by: Alistair Francis Alistair > --- > target/riscv/helper.h | 9 +++ > target/riscv/insn32.decode | 17 > target/riscv/insn_trans/trans_rvp.c.inc | 16 >

[PATCH 07/38] target/riscv: SIMD 8-bit Shift Instructions

2021-02-12 Thread LIU Zhiwei
Signed-off-by: LIU Zhiwei --- target/riscv/helper.h | 9 +++ target/riscv/insn32.decode | 17 target/riscv/insn_trans/trans_rvp.c.inc | 16 target/riscv/packed_helper.c| 102 4 files changed, 144 insertions(+)