qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/2] target/riscv: Add Zacas ISA extension support


From: Richard Henderson
Subject: Re: [PATCH 1/2] target/riscv: Add Zacas ISA extension support
Date: Fri, 2 Jun 2023 20:28:55 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 6/2/23 05:16, Rob Bradford wrote:
+#if TARGET_LONG_BITS == 32
+static bool trans_amocas_w(DisasContext *ctx, arg_amocas_w *a)

You need to eliminate all of the ifdefs, because we can switch a 64-bit cpu into 32-bit mode -- get_xl(ctx) shows which mode we are in.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]