[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/4] s390x/tcg: Fix ALGSI
From: |
Richard Henderson |
Subject: |
Re: [PATCH v2 1/4] s390x/tcg: Fix ALGSI |
Date: |
Fri, 8 Jan 2021 09:33:26 -1000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 1/8/21 3:20 AM, David Hildenbrand wrote:
> Looks like something went wrong whiel touching that line. Instead of "r1"
> we need a new temporary. Also, we have to pass MO_TEQ, to indicate that
> we are working with 64-bit values. Let's revert these changes.
>
> Fixes: ff26d287bddc ("target/s390x: Improve cc computation for ADD LOGICAL")
> Signed-off-by: David Hildenbrand <david@redhat.com>
> ---
> target/s390x/insn-data.def | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Oops. Sorry about that.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
- [PATCH v2 0/4] s390x/tcg: fix booting Linux kernels compiled with clang-11 and clang-12, David Hildenbrand, 2021/01/08
- [PATCH v2 1/4] s390x/tcg: Fix ALGSI, David Hildenbrand, 2021/01/08
- Re: [PATCH v2 1/4] s390x/tcg: Fix ALGSI,
Richard Henderson <=
- [PATCH v2 4/4] s390x/tcg: Ignore register content if b1/b2 is zero when handling EXECUTE, David Hildenbrand, 2021/01/08
- [PATCH v2 2/4] s390x/tcg: Fix RISBHG, David Hildenbrand, 2021/01/08
- [PATCH v2 3/4] s390x/tcg: Only ignore content in r0 when specified via "b" or "x", David Hildenbrand, 2021/01/08
- Re: [PATCH v2 0/4] s390x/tcg: fix booting Linux kernels compiled with clang-11 and clang-12, Nick Desaulniers, 2021/01/08
- Re: [PATCH v2 0/4] s390x/tcg: fix booting Linux kernels compiled with clang-11 and clang-12, Guenter Roeck, 2021/01/08