target/riscv: Use REQUIRE_64BIT in amo_check64
commitfbb48032e46976cfc94a90a4233a2060fdc36a4e
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 20 Oct 2021 03:17:00 +0000 (19 20:17 -0700)
committerAlistair Francis <alistair@alistair23.me>
Thu, 21 Oct 2021 21:47:51 +0000 (22 07:47 +1000)
treed44b4d283a0f630fcb8a7e590771089a196f2402
parent92371bd9033e5a50a7541d96ff8ad067930a4f93
target/riscv: Use REQUIRE_64BIT in amo_check64

Use the same REQUIRE_64BIT check that we use elsewhere,
rather than open-coding the use of is_32bit.

Reviewed-by: LIU Zhiwei <zhiwei_liu@c-sky.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20211020031709.359469-7-richard.henderson@linaro.org
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
target/riscv/insn_trans/trans_rvv.c.inc