Re: [PATCH 11/70] target/arm: Avoid tcg_const_ptr in handle_rev

2023-03-06 Thread Philippe Mathieu-Daudé
On 27/2/23 06:41, Richard Henderson wrote: Here it is not trivial to notice first initialization, so explicitly zero the temps. Use an array for the output, rather than separate tcg_rd/tcg_rd_hi variables. Fixes a bug by adding a missing clear_vec_high. Signed-off-by: Richard Henderson ---

[PATCH 11/70] target/arm: Avoid tcg_const_ptr in handle_rev

2023-02-26 Thread Richard Henderson
Here it is not trivial to notice first initialization, so explicitly zero the temps. Use an array for the output, rather than separate tcg_rd/tcg_rd_hi variables. Fixes a bug by adding a missing clear_vec_high. Signed-off-by: Richard Henderson --- target/arm/translate-a64.c | 26 ++