[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 4/9] target/s390x: Use Int128 for return from CKSM
From: |
Ilya Leoshkevich |
Subject: |
Re: [PATCH 4/9] target/s390x: Use Int128 for return from CKSM |
Date: |
Thu, 27 Oct 2022 12:36:50 +0200 |
On Fri, Oct 21, 2022 at 05:30:01PM +1000, Richard Henderson wrote:
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> target/s390x/helper.h | 2 +-
> target/s390x/tcg/mem_helper.c | 7 +++----
> target/s390x/tcg/translate.c | 6 ++++--
> 3 files changed, 8 insertions(+), 7 deletions(-)
Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>
- [PATCH 0/9] target/s390x: Use Int128 for float128 and retxl, Richard Henderson, 2022/10/21
- [PATCH 1/9] target/s390x: Use a single return for helper_divs32/u32, Richard Henderson, 2022/10/21
- [PATCH 4/9] target/s390x: Use Int128 for return from CKSM, Richard Henderson, 2022/10/21
- [PATCH 6/9] target/s390x: Copy wout_x1 to wout_x1_P, Richard Henderson, 2022/10/21
- [PATCH 2/9] target/s390x: Use a single return for helper_divs64/u64, Richard Henderson, 2022/10/21
- [PATCH 8/9] target/s390x: Use Int128 for returning float128, Richard Henderson, 2022/10/21
- [PATCH 7/9] tests/tcg/s390x: Add long-double.c, Richard Henderson, 2022/10/21