[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 6/9] target/s390x: Copy wout_x1 to wout_x1_P
From: |
Ilya Leoshkevich |
Subject: |
Re: [PATCH 6/9] target/s390x: Copy wout_x1 to wout_x1_P |
Date: |
Thu, 27 Oct 2022 12:57:04 +0200 |
On Fri, Oct 21, 2022 at 05:30:03PM +1000, Richard Henderson wrote:
> Make a copy of wout_x1 before modifying it, as wout_x1_P
> emphasizing that it operates on the out/out2 pair. The insns
> that use x1_P are data movement that will not change to Int128.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> target/s390x/tcg/translate.c | 8 ++++++++
> target/s390x/tcg/insn-data.def | 12 ++++++------
> 2 files changed, 14 insertions(+), 6 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
- Re: [PATCH 6/9] target/s390x: Copy wout_x1 to wout_x1_P,
Ilya Leoshkevich <=
- [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