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