[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] target/hppa: Clean up DisasCond
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH 2/2] target/hppa: Clean up DisasCond |
Date: |
Wed, 4 Aug 2021 23:01:47 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 |
On 7/8/21 10:58 PM, Richard Henderson wrote:
> The a0_is_n flag is redundant with comparing a0 to cpu_psw_n.
Preferably split as 2 patches:
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> The a1_is_0 flag can be removed by initializing a1 to $0,
> which also means that cond_prep can be removed entirely.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> target/hppa/translate.c | 43 +++++++++--------------------------------
> 1 file changed, 9 insertions(+), 34 deletions(-)
- Re: [PATCH 2/2] target/hppa: Clean up DisasCond,
Philippe Mathieu-Daudé <=