]> Git Repo - qemu.git/commit
s390x/tcg: Fix ALGSI
authorDavid Hildenbrand <[email protected]>
Mon, 11 Jan 2021 16:38:41 +0000 (17:38 +0100)
committerCornelia Huck <[email protected]>
Thu, 21 Jan 2021 10:19:45 +0000 (11:19 +0100)
commitad11129b305b71ae835512554c59b83ca092251c
treeab3525a3105f0fb16c8627f22780b1cd11ae7067
parent954b83f13236d21b4116b93a726ea36b5dc2d303
s390x/tcg: Fix ALGSI

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")
Reviewed-by: Richard Henderson <[email protected]>
Tested-by: Nick Desaulniers <[email protected]>
Tested-by: Guenter Roeck <[email protected]>
Signed-off-by: David Hildenbrand <[email protected]>
Message-Id: <20210111163845[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
target/s390x/insn-data.def
This page took 0.024173 seconds and 4 git commands to generate.