Re: [PATCH] target/s390x: Fix ALGSI

2021-01-07 Thread David Hildenbrand
On 07.01.21 21:21, David Hildenbrand wrote: > Looks like something went wrong while 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:

[PATCH] target/s390x: Fix ALGSI

2021-01-07 Thread David Hildenbrand
Looks like something went wrong while 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-b