Re: [PATCH 7/9] target/mips: Use tcg_gen_sextract_tl

2023-10-24 Thread Philippe Mathieu-Daudé
On 24/10/23 10:57, Philippe Mathieu-Daudé wrote: On 24/10/23 02:14, Richard Henderson wrote: On 10/23/23 09:09, Philippe Mathieu-Daudé wrote: Inspired-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé ---   target/mips/tcg/mxu_translate.c | 6 ++   1 file changed, 2 insertions(+)

Re: [PATCH 7/9] target/mips: Use tcg_gen_sextract_tl

2023-10-24 Thread Philippe Mathieu-Daudé
On 24/10/23 02:14, Richard Henderson wrote: On 10/23/23 09:09, Philippe Mathieu-Daudé wrote: Inspired-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé ---   target/mips/tcg/mxu_translate.c | 6 ++   1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/target/mips/tcg/mxu

Re: [PATCH 7/9] target/mips: Use tcg_gen_sextract_tl

2023-10-23 Thread Richard Henderson
On 10/23/23 09:09, Philippe Mathieu-Daudé wrote: Inspired-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/mxu_translate.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/target/mips/tcg/mxu_translate.c b/target/mips/tcg/mxu_translate.

[PATCH 7/9] target/mips: Use tcg_gen_sextract_tl

2023-10-23 Thread Philippe Mathieu-Daudé
Inspired-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/mxu_translate.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/target/mips/tcg/mxu_translate.c b/target/mips/tcg/mxu_translate.c index c517258ac5..6eb73256b2 100644 --- a/target/mi