Re: [PATCH v2 16/25] target/ppc: Avoid tcg_const_* in xxeval

2023-03-09 Thread Philippe Mathieu-Daudé
On 7/3/23 19:34, Richard Henderson wrote: Initialize a new temp instead of tcg_const_*. Fix a pasto in a comment. Signed-off-by: Richard Henderson --- Cc: Daniel Henrique Barboza Cc: Cédric Le Goater Cc: David Gibson Cc: Greg Kurz Cc: qemu-...@nongnu.org --- target/ppc/translate/vsx-impl.

Re: [PATCH v2 16/25] target/ppc: Avoid tcg_const_* in xxeval

2023-03-07 Thread Daniel Henrique Barboza
On 3/7/23 15:34, Richard Henderson wrote: Initialize a new temp instead of tcg_const_*. Fix a pasto in a comment. Signed-off-by: Richard Henderson --- Reviewed-by: Daniel Henrique Barboza Cc: Daniel Henrique Barboza Cc: Cédric Le Goater Cc: David Gibson Cc: Greg Kurz Cc: qemu-...@no

[PATCH v2 16/25] target/ppc: Avoid tcg_const_* in xxeval

2023-03-07 Thread Richard Henderson
Initialize a new temp instead of tcg_const_*. Fix a pasto in a comment. Signed-off-by: Richard Henderson --- Cc: Daniel Henrique Barboza Cc: Cédric Le Goater Cc: David Gibson Cc: Greg Kurz Cc: qemu-...@nongnu.org --- target/ppc/translate/vsx-impl.c.inc | 8 +--- 1 file changed, 5 inserti