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

2024-05-14 Thread Helge Deller
* Richard Henderson : > 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 -> co

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

2024-05-13 Thread Philippe Mathieu-Daudé
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_

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

2024-05-13 Thread Richard Henderson
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