|
From: | Thomas Huth |
Subject: | Re: [PATCH v5 2/4] target/s390x: Emulate CVB, CVBY and CVBG |
Date: | Tue, 6 Feb 2024 09:43:45 +0100 |
User-agent: | Mozilla Thunderbird |
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.zbitskiy@gmail.com> Signed-off-by: Ilya Leoshkevich <iii@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 <thuth@redhat.com>
[Prev in Thread] | Current Thread | [Next in Thread] |