[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] target/s390x: Emulate CVDG
From: |
Ilya Leoshkevich |
Subject: |
[PATCH 0/2] target/s390x: Emulate CVDG |
Date: |
Mon, 15 Jan 2024 21:21:02 +0100 |
Hi,
Ido reported that we are missing the CVDG emulation (which is very
similar to the existing CVD emulation). This series adds it along with
a test.
Best regards,
Ilya
Ilya Leoshkevich (2):
target/s390x: Emulate CVDG
tests/tcg/s390x: Test CONVERT TO DECIMAL
target/s390x/helper.h | 1 +
target/s390x/tcg/insn-data.h.inc | 1 +
target/s390x/tcg/int_helper.c | 11 ++++++---
target/s390x/tcg/translate.c | 8 ++++++
tests/tcg/s390x/Makefile.target | 1 +
tests/tcg/s390x/cvd.c | 42 ++++++++++++++++++++++++++++++++
6 files changed, 61 insertions(+), 3 deletions(-)
create mode 100644 tests/tcg/s390x/cvd.c
--
2.43.0
- [PATCH 0/2] target/s390x: Emulate CVDG,
Ilya Leoshkevich <=