tests/tcg/s390x: Test VCKSM

Add a small test to prevent regressions.

Tested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Message-Id: <20230724082032.66864-15-iii@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
Ilya Leoshkevich 2023-07-24 10:16:07 +02:00 committed by Thomas Huth
parent e11e2fc6fb
commit 241ab36c0a
3 changed files with 34 additions and 0 deletions

View file

@ -1,6 +1,8 @@
#ifndef QEMU_TESTS_S390X_VX_H
#define QEMU_TESTS_S390X_VX_H
#include <stdint.h>
typedef union S390Vector {
uint64_t d[2]; /* doubleword */
uint32_t w[4]; /* word */