]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/s390x: Check reserved bits of VFMIN/VFMAX's M5
authorIlya Leoshkevich <iii@linux.ibm.com>
Fri, 4 Aug 2023 23:46:10 +0000 (01:46 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 23 Aug 2023 13:58:41 +0000 (16:58 +0300)
commit14a8213b757a3049cf53ce570a8abc11f16dd602
tree9f3197d1584e30a10e7943513ab1b81a6fedd938
parentc12eddbd486b815307fe049664e3dbbaad7a1023
target/s390x: Check reserved bits of VFMIN/VFMAX's M5

VFMIN and VFMAX should raise a specification exceptions when bits 1-3
of M5 are set.

Cc: qemu-stable@nongnu.org
Fixes: da4807527f3b ("s390x/tcg: Implement VECTOR FP (MAXIMUM|MINIMUM)")
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Message-Id: <20230804234621.252522-1-iii@linux.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
(cherry picked from commit 6a2ea6151835aa4f5fee29382a421c13b0e6619f)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/s390x/tcg/translate_vx.c.inc