Re: [PATCH v2 06/13] target/riscv: Use REQUIRE_64BIT in amo_check64

2021-10-14 Thread Alistair Francis
On Thu, Oct 14, 2021 at 6:57 AM Richard Henderson wrote: > > Use the same REQUIRE_64BIT check that we use elsewhere, > rather than open-coding the use of is_32bit. > > Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis Alistair > --- > target/riscv/insn_trans/trans_rvv.c.inc | 3

Re: [PATCH v2 06/13] target/riscv: Use REQUIRE_64BIT in amo_check64

2021-10-13 Thread LIU Zhiwei
On 2021/10/14 上午4:50, Richard Henderson wrote: Use the same REQUIRE_64BIT check that we use elsewhere, rather than open-coding the use of is_32bit. Signed-off-by: Richard Henderson Reviewed-by: LIU Zhiwei Zhiwei --- target/riscv/insn_trans/trans_rvv.c.inc | 3 ++- 1 file changed, 2 inse

[PATCH v2 06/13] target/riscv: Use REQUIRE_64BIT in amo_check64

2021-10-13 Thread Richard Henderson
Use the same REQUIRE_64BIT check that we use elsewhere, rather than open-coding the use of is_32bit. Signed-off-by: Richard Henderson --- target/riscv/insn_trans/trans_rvv.c.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/riscv/insn_trans/trans_rvv.c.inc b/targe