qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 14/20] target/riscv: Adjust vsetvl according to XLEN


From: Richard Henderson
Subject: Re: [PATCH v3 14/20] target/riscv: Adjust vsetvl according to XLEN
Date: Thu, 11 Nov 2021 12:35:31 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 11/11/21 6:57 AM, LIU Zhiwei wrote:
-DEF_HELPER_3(vsetvl, tl, env, tl, tl)
+DEF_HELPER_4(vsetvl, tl, env, tl, tl, tl)

Might as well make the argument i32, or don't pass it at all and use 
cpu_get_xl().

Otherwise,
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~



reply via email to

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