Skip to content
Snippets Groups Projects
Commit 131aafa7 authored by Christian Borntraeger's avatar Christian Borntraeger Committed by Thomas Huth
Browse files

s390x/tcg: Fix opcode for lzrf


Fix the opcode for Load and Zero Rightmost Byte (32).

Fixes: c2a5c1d7 ("target/s390x: Implement load-and-zero-rightmost-byte insns")
Reported-by: default avatarNathan Chancellor <nathan@kernel.org>
Signed-off-by: default avatarChristian Borntraeger <borntraeger@linux.ibm.com>
Tested-by: default avatarNathan Chancellor <nathan@kernel.org>
Reviewed-by: default avatarCornelia Huck <cohuck@redhat.com>
Reviewed-by: default avatarDavid Hildenbrand <david@redhat.com>
Cc: qemu-stable@nongnu.org
Message-Id: <20220914105750.767697-1-borntraeger@linux.ibm.com>
Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
parent 6160d8ff
No related branches found
No related tags found
No related merge requests found
......@@ -466,7 +466,7 @@
C(0xe39f, LAT, RXY_a, LAT, 0, m2_32u, r1, 0, lat, 0)
C(0xe385, LGAT, RXY_a, LAT, 0, a2, r1, 0, lgat, 0)
/* LOAD AND ZERO RIGHTMOST BYTE */
C(0xe3eb, LZRF, RXY_a, LZRB, 0, m2_32u, new, r1_32, lzrb, 0)
C(0xe33b, LZRF, RXY_a, LZRB, 0, m2_32u, new, r1_32, lzrb, 0)
C(0xe32a, LZRG, RXY_a, LZRB, 0, m2_64, r1, 0, lzrb, 0)
/* LOAD LOGICAL AND ZERO RIGHTMOST BYTE */
C(0xe33a, LLZRGF, RXY_a, LZRB, 0, m2_32u, r1, 0, lzrb, 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment