Re: [PATCH v9 57/61] target/riscv: floating-point scalar move instructions

2020-06-19 Thread LIU Zhiwei
On 2020/6/20 9:06, Alistair Francis wrote: On Fri, Jun 19, 2020 at 6:09 PM LIU Zhiwei wrote: On 2020/6/20 8:44, Alistair Francis wrote: On Wed, Jun 10, 2020 at 6:44 AM LIU Zhiwei wrote: Signed-off-by: LIU Zhiwei Reviewed-by: Richard Henderson Hello, This patch fails to compile with

Re: [PATCH v9 57/61] target/riscv: floating-point scalar move instructions

2020-06-19 Thread Alistair Francis
On Fri, Jun 19, 2020 at 6:09 PM LIU Zhiwei wrote: > > > > On 2020/6/20 8:44, Alistair Francis wrote: > > On Wed, Jun 10, 2020 at 6:44 AM LIU Zhiwei wrote: > >> Signed-off-by: LIU Zhiwei > >> Reviewed-by: Richard Henderson > > Hello, > > > > This patch fails to compile with this error: > > > >

Re: [PATCH v9 57/61] target/riscv: floating-point scalar move instructions

2020-06-19 Thread LIU Zhiwei
On 2020/6/20 8:44, Alistair Francis wrote: On Wed, Jun 10, 2020 at 6:44 AM LIU Zhiwei wrote: Signed-off-by: LIU Zhiwei Reviewed-by: Richard Henderson Hello, This patch fails to compile with this error: target/riscv/insn32.decode:566: error: undefined format @r2rd Do you mind looking

Re: [PATCH v9 57/61] target/riscv: floating-point scalar move instructions

2020-06-19 Thread Alistair Francis
On Wed, Jun 10, 2020 at 6:44 AM LIU Zhiwei wrote: > > Signed-off-by: LIU Zhiwei > Reviewed-by: Richard Henderson Hello, This patch fails to compile with this error: target/riscv/insn32.decode:566: error: undefined format @r2rd Do you mind looking into why this test fails? Alistair > ---

[PATCH v9 57/61] target/riscv: floating-point scalar move instructions

2020-06-10 Thread LIU Zhiwei
Signed-off-by: LIU Zhiwei Reviewed-by: Richard Henderson --- target/riscv/insn32.decode | 2 + target/riscv/insn_trans/trans_rvv.inc.c | 49 + 2 files changed, 51 insertions(+) diff --git a/target/riscv/insn32.decode b/target/riscv/insn32.decode index