Re: [PATCH 17/17] target/arm: Push tcg_rnd into handle_shri_with_rndacc

2024-07-17 Thread Philippe Mathieu-Daudé
On 17/7/24 08:09, Richard Henderson wrote: We always pass the same value for round; compute it within common code. Signed-off-by: Richard Henderson --- target/arm/tcg/translate-a64.c | 32 ++-- 1 file changed, 6 insertions(+), 26 deletions(-) Reviewed-by: Philip

[PATCH 17/17] target/arm: Push tcg_rnd into handle_shri_with_rndacc

2024-07-16 Thread Richard Henderson
We always pass the same value for round; compute it within common code. Signed-off-by: Richard Henderson --- target/arm/tcg/translate-a64.c | 32 ++-- 1 file changed, 6 insertions(+), 26 deletions(-) diff --git a/target/arm/tcg/translate-a64.c b/target/arm/tcg/transl