qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 20/30] tcg/loongarch64: Implement setcond ops


From: Richard Henderson
Subject: Re: [PATCH v3 20/30] tcg/loongarch64: Implement setcond ops
Date: Wed, 22 Sep 2021 11:25:59 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 9/22/21 11:09 AM, WANG Xuerui wrote:
+    case INDEX_op_setcond_i32:
+    case INDEX_op_setcond_i64:
          return C_O1_I2(r, rZ, rZ);

It shouldn't ever happen, but just for safety, remove the Z from arg1.

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


r~



reply via email to

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