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
---
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 ++