qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 19/45] target/hppa: Rename cond_make_* helpers


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 19/45] target/hppa: Rename cond_make_* helpers
Date: Mon, 13 May 2024 11:27:48 +0200
User-agent: Mozilla Thunderbird

On 13/5/24 09:46, Richard Henderson wrote:
Use 'v' for a variable that needs copying, 't' for a temp that
doesn't need copying, and 'i' for an immediate, and use this
naming for both arguments of the comparison.  So:

    cond_make_tmp -> cond_make_tt
    cond_make_0_tmp -> cond_make_ti
    cond_make_0 -> cond_make_vi
    cond_make -> cond_make_vv

Pass 0 explictly, rather than implicitly in the function name.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  target/hppa/translate.c | 52 ++++++++++++++++++++---------------------
  1 file changed, 26 insertions(+), 26 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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