[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/9] target/s390x: Use a single return for helper_divs32/u32
From: |
Ilya Leoshkevich |
Subject: |
Re: [PATCH 1/9] target/s390x: Use a single return for helper_divs32/u32 |
Date: |
Fri, 21 Oct 2022 13:25:06 +0200 |
User-agent: |
Evolution 3.42.4 (3.42.4-2.fc35) |
On Fri, 2022-10-21 at 17:29 +1000, Richard Henderson wrote:
> Pack the quotient and remainder into a single uint64_t.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> target/s390x/helper.h | 2 +-
> target/s390x/tcg/int_helper.c | 26 +++++++++++++-------------
> target/s390x/tcg/translate.c | 10 ++++++----
> 3 files changed, 20 insertions(+), 18 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