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

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

[PATCH v8 45/62] target/riscv: narrowing 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 | 11 ++ target/riscv/insn32.decode | 5 +++ target/riscv/insn_trans/trans_rvv.inc.c | 47 + target/riscv/vector_helper.c| 39