From: Thomas Huth <thuth@redhat.com>
To: Ilya Leoshkevich <iii@linux.ibm.com>,
Richard Henderson <richard.henderson@linaro.org>,
David Hildenbrand <david@redhat.com>
Cc: qemu-s390x@nongnu.org, qemu-devel@nongnu.org,
Pavel Zbitskiy <pavel.zbitskiy@gmail.com>
Subject: Re: [PATCH v5 2/4] target/s390x: Emulate CVB, CVBY and CVBG
Date: Tue, 6 Feb 2024 09:43:45 +0100 [thread overview]
Message-ID: <719780b0-4a47-415e-af72-563cf62019f0@redhat.com> (raw)
In-Reply-To: <20240205205830.6425-3-iii@linux.ibm.com>
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>
next prev parent reply other threads:[~2024-02-06 8:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-05 20:54 [PATCH v5 0/4] target/s390x: Emulate CVDG and CVB* Ilya Leoshkevich
2024-02-05 20:54 ` [PATCH v5 1/4] target/s390x: Emulate CVDG Ilya Leoshkevich
2024-02-05 20:54 ` [PATCH v5 2/4] target/s390x: Emulate CVB, CVBY and CVBG Ilya Leoshkevich
2024-02-06 8:43 ` Thomas Huth [this message]
2024-02-05 20:54 ` [PATCH v5 3/4] tests/tcg/s390x: Test CONVERT TO DECIMAL Ilya Leoshkevich
2024-02-05 20:54 ` [PATCH v5 4/4] tests/tcg/s390x: Test CONVERT TO BINARY Ilya Leoshkevich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=719780b0-4a47-415e-af72-563cf62019f0@redhat.com \
--to=thuth@redhat.com \
--cc=david@redhat.com \
--cc=iii@linux.ibm.com \
--cc=pavel.zbitskiy@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=richard.henderson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).