target/s390x: Fix MXDB and MXDBR
authorIlya Leoshkevich <iii@linux.ibm.com>
Thu, 1 Jun 2023 22:30:26 +0000 (00:30 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 5 Jun 2023 07:48:29 +0000 (09:48 +0200)
commita7f4add7931ef91285fc3d89e6b3842115e09048
tree5cdb3d6781e1faa01dc095cf0e2f1133c5bc9254
parent0db0fbb5cf8955d4f7a4a82bde32cfd93bd042ea
target/s390x: Fix MXDB and MXDBR

These instructions multiply 64 bits by 64 bits, not 128 bits by 64 bits.

Reported-by: Tulio Magno Quites Machado Filho <tuliom@redhat.com>
Fixes: 2b91240f95fd ("target/s390x: Use Int128 for passing float128")
Cc: qemu-stable@nongnu.org
Buglink: https://bugzilla.redhat.com/show_bug.cgi?id=2211472
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Message-Id: <20230601223027.795501-2-iii@linux.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/s390x/helper.h
target/s390x/tcg/fpu_helper.c
target/s390x/tcg/insn-data.h.inc
target/s390x/tcg/translate.c