s390x/tcg: MVST: Check for specification exceptions
authorDavid Hildenbrand <david@redhat.com>
Thu, 5 Sep 2019 10:05:53 +0000 (12:05 +0200)
committerDavid Hildenbrand <david@redhat.com>
Mon, 23 Sep 2019 07:28:29 +0000 (09:28 +0200)
commit087b8193edea9ba74401f9f27ad9ab79598a113a
tree183689a6187b3eeea66c9a3d8150a2fb736de226
parent373290d8a8bd9457c40cb2ddcc8a87dd7f03bfe6
s390x/tcg: MVST: Check for specification exceptions

Bit position 32-55 of general register 0 must be zero.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
target/s390x/mem_helper.c