[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] s390x: Fix for vistr instruction & addition to TCG tests
From: |
Thomas Huth |
Subject: |
[PATCH 0/3] s390x: Fix for vistr instruction & addition to TCG tests |
Date: |
Wed, 12 Oct 2022 20:27:52 +0200 |
1) Improve tests/tcg/s390x/Makefile.target to look for -march flags only once
2) Fix a problem with the vistr instruction
3) Add a test for the vistr instruction
Thomas Huth (3):
tests/tcg/s390x: Test compiler flags only once, not every time
target/s390x: Fix emulation of the VISTR instruction
tests/tcg/s390x: Add a test for the vistr instruction
tests/tcg/s390x/vistr.c | 45 +++++++++++++++++++++++++++++
target/s390x/tcg/translate_vx.c.inc | 2 +-
tests/tcg/s390x/Makefile.target | 31 +++++++++++++-------
3 files changed, 67 insertions(+), 11 deletions(-)
create mode 100644 tests/tcg/s390x/vistr.c
--
2.31.1
- [PATCH 0/3] s390x: Fix for vistr instruction & addition to TCG tests,
Thomas Huth <=