Re: [PATCH v2 1/4] s390x/tcg: Fix ALGSI

2021-01-08 Thread Richard Henderson
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

[PATCH v2 1/4] s390x/tcg: Fix ALGSI

2021-01-08 Thread David Hildenbrand
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")