Re: Re: [PATCH v2] disas/riscv.c: rvv: Add disas support for vector instructions

2022-09-27 Thread 刘阳
emu-devel@nongnu.org Developers" , wangjunqiang , "Wei Wu (吴伟)" , liweiwei Subject: Re: [PATCH v2] disas/riscv.c: rvv: Add disas support for vector instructions On Fri, Sep 23, 2022 at 2:27 PM Alistair Francis wrote: On Fri, Aug 26, 2022 at 1:26 PM Yang Liu wrote:

Re: [PATCH v2] disas/riscv.c: rvv: Add disas support for vector instructions

2022-09-26 Thread Alistair Francis
On Fri, Sep 23, 2022 at 2:27 PM Alistair Francis wrote: > > On Fri, Aug 26, 2022 at 1:26 PM Yang Liu wrote: > > > > Tested with https://github.com/ksco/rvv-decoder-tests > > > > Expected checkpatch errors for consistency and brevity reasons: > > > > ERROR: line over 90 characters > > ERROR:

Re: [PATCH v2] disas/riscv.c: rvv: Add disas support for vector instructions

2022-09-22 Thread Alistair Francis
On Fri, Aug 26, 2022 at 1:26 PM Yang Liu wrote: > > Tested with https://github.com/ksco/rvv-decoder-tests > > Expected checkpatch errors for consistency and brevity reasons: > > ERROR: line over 90 characters > ERROR: trailing statements should be on next line > ERROR: braces {} are necessary for

Re: [PATCH v2] disas/riscv.c: rvv: Add disas support for vector instructions

2022-09-19 Thread Alistair Francis
On Fri, Aug 26, 2022 at 1:26 PM Yang Liu wrote: > > Tested with https://github.com/ksco/rvv-decoder-tests > > Expected checkpatch errors for consistency and brevity reasons: > > ERROR: line over 90 characters > ERROR: trailing statements should be on next line > ERROR: braces {} are necessary for

[PATCH v2] disas/riscv.c: rvv: Add disas support for vector instructions

2022-08-25 Thread Yang Liu
Tested with https://github.com/ksco/rvv-decoder-tests Expected checkpatch errors for consistency and brevity reasons: ERROR: line over 90 characters ERROR: trailing statements should be on next line ERROR: braces {} are necessary for all arms of this statement Signed-off-by: Yang Liu ---