]> git.proxmox.com Git - mirror_qemu.git/commit
target/s390x: Fix MDEB and MDEBR
authorIlya Leoshkevich <iii@linux.ibm.com>
Tue, 4 Jul 2023 08:12:27 +0000 (10:12 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 10 Jul 2023 13:34:23 +0000 (15:34 +0200)
commitfed9a4fe0ce0ec917a6b3a2da0a7ecd3cb9eba56
tree5f0e5d3689a4ded3c4bdefc0d91478f884f598f2
parent110b1bac2ecd94a78a1d38003e24e37367bf074e
target/s390x: Fix MDEB and MDEBR

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

Fixes: 83b00736f3d8 ("target-s390: Convert FP MULTIPLY")
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Cc: qemu-stable@nongnu.org
Message-Id: <20230704081506.276055-4-iii@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/s390x/tcg/fpu_helper.c
target/s390x/tcg/insn-data.h.inc