Re: [PATCH 01/17] target/arm: Use tcg_gen_extract2_i64 for EXT

2024-07-17 Thread Philippe Mathieu-Daudé
On 17/7/24 08:08, Richard Henderson wrote: The extract2 tcg op performs the same operation as the do_ext64 function. Signed-off-by: Richard Henderson --- target/arm/tcg/translate-a64.c | 23 +++ 1 file changed, 3 insertions(+), 20 deletions(-) Reviewed-by: Philippe Math

[PATCH 01/17] target/arm: Use tcg_gen_extract2_i64 for EXT

2024-07-16 Thread Richard Henderson
The extract2 tcg op performs the same operation as the do_ext64 function. Signed-off-by: Richard Henderson --- target/arm/tcg/translate-a64.c | 23 +++ 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/target/arm/tcg/translate-a64.c b/target/arm/tcg/translate-a64