Re: [PATCH 3/9] target/s390x: Use Int128 for return from CLST

2022-10-25 Thread Ilya Leoshkevich
On Fri, Oct 21, 2022 at 05:30:00PM +1000, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > target/s390x/helper.h | 2 +- > target/s390x/tcg/mem_helper.c | 11 --- > target/s390x/tcg/translate.c | 8 ++-- > 3 files changed, 11 insertions(+), 10 deletions(-

Re: [PATCH 3/9] target/s390x: Use Int128 for return from CLST

2022-10-24 Thread Philippe Mathieu-Daudé
On 21/10/22 09:30, Richard Henderson wrote: Signed-off-by: Richard Henderson --- target/s390x/helper.h | 2 +- target/s390x/tcg/mem_helper.c | 11 --- target/s390x/tcg/translate.c | 8 ++-- 3 files changed, 11 insertions(+), 10 deletions(-) Reviewed-by: Philippe Mat

[PATCH 3/9] target/s390x: Use Int128 for return from CLST

2022-10-21 Thread Richard Henderson
Signed-off-by: Richard Henderson --- target/s390x/helper.h | 2 +- target/s390x/tcg/mem_helper.c | 11 --- target/s390x/tcg/translate.c | 8 ++-- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/target/s390x/helper.h b/target/s390x/helper.h index 29986557ed.