Re: [PATCH v2 14/25] target/ppc: Avoid tcg_const_i64 in do_vcntmb

2023-03-09 Thread Philippe Mathieu-Daudé
On 7/3/23 19:34, Richard Henderson wrote: Compute both partial results separately and accumulate at the end, instead of accumulating in the middle. Signed-off-by: Richard Henderson --- Cc: Daniel Henrique Barboza Cc: Cédric Le Goater Cc: David Gibson Cc: Greg Kurz Cc: qemu-...@nongnu.org --

Re: [PATCH v2 14/25] target/ppc: Avoid tcg_const_i64 in do_vcntmb

2023-03-07 Thread Daniel Henrique Barboza
On 3/7/23 15:34, Richard Henderson wrote: Compute both partial results separately and accumulate at the end, instead of accumulating in the middle. Signed-off-by: Richard Henderson --- Reviewed-by: Daniel Henrique Barboza Cc: Daniel Henrique Barboza Cc: Cédric Le Goater Cc: David Gibs

[PATCH v2 14/25] target/ppc: Avoid tcg_const_i64 in do_vcntmb

2023-03-07 Thread Richard Henderson
Compute both partial results separately and accumulate at the end, instead of accumulating in the middle. 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/vmx-impl.c.inc | 21