Re: [PATCH 13/17] target/riscv: rvv-1.0: Add Zve32f support for scalar fp insns

2022-01-17 Thread Alistair Francis
On Wed, Dec 29, 2021 at 12:48 PM wrote: > > From: Frank Chang > > Zve32f extension requires the scalar processor to implement the F > extension and implement all vector floating-point instructions for > floating-point operands with EEW=32 (i.e., no widening floating-point > operations). > > Signe

[PATCH 13/17] target/riscv: rvv-1.0: Add Zve32f support for scalar fp insns

2021-12-28 Thread frank . chang
From: Frank Chang Zve32f extension requires the scalar processor to implement the F extension and implement all vector floating-point instructions for floating-point operands with EEW=32 (i.e., no widening floating-point operations). Signed-off-by: Frank Chang --- target/riscv/insn_trans/trans