Re: [PATCH v2 11/20] target/arm: Hoist finalize_memop out of do_fp_{ld, st}

2023-05-30 Thread Philippe Mathieu-Daudé
On 26/5/23 01:25, Richard Henderson wrote: We are going to need the complete memop beforehand, so let's not compute it twice. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- target/arm/tcg/translate-a64.c | 43 ++ 1 file changed, 23

[PATCH v2 11/20] target/arm: Hoist finalize_memop out of do_fp_{ld, st}

2023-05-25 Thread Richard Henderson
We are going to need the complete memop beforehand, so let's not compute it twice. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- target/arm/tcg/translate-a64.c | 43 ++ 1 file changed, 23 insertions(+), 20 deletions(-) diff --git