On 05/02/2024 21.54, Ilya Leoshkevich wrote:
Convert to Binary - counterparts of the already implemented Convert
to Decimal (CVD*) instructions.
Example from the Principles of Operation: 25594C becomes 63FA.
Co-developed-by: Pavel Zbitskiy <pavel.zbits...@gmail.com>
Signed-off-by: Ilya Leoshkevich <i...@linux.ibm.com>
---
target/s390x/helper.h | 2 +
target/s390x/tcg/insn-data.h.inc | 4 ++
target/s390x/tcg/int_helper.c | 76 ++++++++++++++++++++++++++++++++
target/s390x/tcg/translate.c | 16 +++++++
4 files changed, 98 insertions(+)
Reviewed-by: Thomas Huth <th...@redhat.com>