Re: [PATCH v8 43/62] target/riscv: vector floating-point/integer type-convert instructions

2020-05-29 Thread Alistair Francis
On Thu, May 21, 2020 at 4:11 AM LIU Zhiwei wrote: > > Signed-off-by: LIU Zhiwei > Reviewed-by: Richard Henderson Reviewed-by: Alistair Francis Alistair > --- > target/riscv/helper.h | 13 ++ > target/riscv/insn32.decode | 4 +++ >

[PATCH v8 43/62] target/riscv: vector floating-point/integer type-convert instructions

2020-05-21 Thread LIU Zhiwei
Signed-off-by: LIU Zhiwei Reviewed-by: Richard Henderson --- target/riscv/helper.h | 13 ++ target/riscv/insn32.decode | 4 +++ target/riscv/insn_trans/trans_rvv.inc.c | 6 + target/riscv/vector_helper.c| 33 + 4