Re: [PATCH v5 33/60] target/riscv: vector single-width floating-point fused multiply-add instructions

2020-03-14 Thread Richard Henderson
On 3/12/20 7:58 AM, LIU Zhiwei wrote: > Signed-off-by: LIU Zhiwei > --- > target/riscv/helper.h | 49 + > target/riscv/insn32.decode | 16 ++ > target/riscv/insn_trans/trans_rvv.inc.c | 18 ++ > target/riscv/vector_helper.c| 228 ++

[PATCH v5 33/60] target/riscv: vector single-width floating-point fused multiply-add instructions

2020-03-12 Thread LIU Zhiwei
Signed-off-by: LIU Zhiwei --- target/riscv/helper.h | 49 + target/riscv/insn32.decode | 16 ++ target/riscv/insn_trans/trans_rvv.inc.c | 18 ++ target/riscv/vector_helper.c| 228 4 files changed, 311 insertions(+) diff -