qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 07/10] tcg/loongarch64: Improve setcond expansion


From: WANG Xuerui
Subject: Re: [PATCH v2 07/10] tcg/loongarch64: Improve setcond expansion
Date: Mon, 23 Jan 2023 15:10:15 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/111.0 Thunderbird/111.0a1

On 1/18/23 09:11, Richard Henderson wrote:
Split out a helper function, tcg_out_setcond_int, which
does not always produce the complete boolean result, but
returns a set of flags to do so.

Accept all int32_t as constant input, so that LE/GT can
adjust the constant to LT.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  tcg/loongarch64/tcg-target.c.inc | 165 +++++++++++++++++++++----------
  1 file changed, 115 insertions(+), 50 deletions(-)

Reviewed-by: WANG Xuerui <git@xen0n.name>

Thanks!




reply via email to

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