|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH 47/70] target/rx: Use cpu_psw_z as temp in flags computation |
Date: | Tue, 7 Mar 2023 01:32:18 +0100 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 |
On 27/2/23 06:42, Richard Henderson wrote:
Since PSW_Z = PSW_S, we can move that assignment to the end and use PSW_Z as a temporary while computing PSW_O.
Nice :) Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Use tcg_constant_i32 instead of tcg_const_i32. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> --- target/rx/translate.c | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-)
[Prev in Thread] | Current Thread | [Next in Thread] |