Re: [PATCH 05/38] target/riscv: 8-bit Addition & Subtraction Instruction

2021-05-25 Thread Palmer Dabbelt
On Tue, 25 May 2021 22:43:27 PDT (-0700), zhiwei_...@c-sky.com wrote: On 5/24/21 9:00 AM, Palmer Dabbelt wrote: On Mon, 15 Mar 2021 14:22:58 PDT (-0700), alistai...@gmail.com wrote: On Fri, Feb 12, 2021 at 10:14 AM LIU Zhiwei wrote: Signed-off-by: LIU Zhiwei Acked-by: Alistair Francis

Re: [PATCH 05/38] target/riscv: 8-bit Addition & Subtraction Instruction

2021-05-25 Thread LIU Zhiwei
On 5/24/21 9:00 AM, Palmer Dabbelt wrote: On Mon, 15 Mar 2021 14:22:58 PDT (-0700), alistai...@gmail.com wrote: On Fri, Feb 12, 2021 at 10:14 AM LIU Zhiwei wrote: Signed-off-by: LIU Zhiwei Acked-by: Alistair Francis I saw some reviews on the other ones, but since others (like this) j

Re: [PATCH 05/38] target/riscv: 8-bit Addition & Subtraction Instruction

2021-05-23 Thread Palmer Dabbelt
On Mon, 15 Mar 2021 14:22:58 PDT (-0700), alistai...@gmail.com wrote: On Fri, Feb 12, 2021 at 10:14 AM LIU Zhiwei wrote: Signed-off-by: LIU Zhiwei Acked-by: Alistair Francis I saw some reviews on the other ones, but since others (like this) just have acks and haven't had any other traff

Re: [PATCH 05/38] target/riscv: 8-bit Addition & Subtraction Instruction

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

[PATCH 05/38] target/riscv: 8-bit Addition & Subtraction Instruction

2021-02-12 Thread LIU Zhiwei
Signed-off-by: LIU Zhiwei --- target/riscv/helper.h | 9 +++ target/riscv/insn32.decode | 11 target/riscv/insn_trans/trans_rvp.c.inc | 79 + target/riscv/packed_helper.c| 73 +++ 4 files changed, 172 ins