From: Richard Henderson <richard.henderson@linaro.org>
To: Chinmay Rath <rathc@linux.ibm.com>, qemu-ppc@nongnu.org
Cc: qemu-devel@nongnu.org, npiggin@gmail.com, danielhb413@gmail.com,
harshpb@linux.ibm.com
Subject: Re: [PATCH v3 2/4] target/ppc: Move VSX vector with length storage access insns to decodetree.
Date: Tue, 18 Jun 2024 10:35:58 -0700 [thread overview]
Message-ID: <ef020a10-4ba6-487d-b01a-5da2e6b0d437@linaro.org> (raw)
In-Reply-To: <20240618085831.546883-3-rathc@linux.ibm.com>
On 6/18/24 01:58, Chinmay Rath wrote:
> Moving the following instructions to decodetree specification :
>
> {l, st}xvl(l) : X-form
>
> The changes were verified by validating that the tcg-ops generated by those
> instructions remain the same, which were captured using the '-d in_asm,op' flag.
>
> Also added a new function do_ea_calc_ra to calculate the effective address :
> EA <- (RA == 0) ? 0 : GPR[RA], which is now used by the above-said insns,
> and shall be used later by (p){lx, stx}vp insns.
>
> Signed-off-by: Chinmay Rath <rathc@linux.ibm.com>
> ---
> target/ppc/helper.h | 8 +--
> target/ppc/insn32.decode | 6 ++
> target/ppc/mem_helper.c | 8 +--
> target/ppc/translate.c | 15 +++++
> target/ppc/translate/vsx-impl.c.inc | 94 ++++++++++++++++++++---------
> target/ppc/translate/vsx-ops.c.inc | 8 ---
> 6 files changed, 94 insertions(+), 45 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
next prev parent reply other threads:[~2024-06-18 17:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-18 8:58 [PATCH v3 0/4] target/ppc: Move VSX storage access and compare Chinmay Rath
2024-06-18 8:58 ` [PATCH v3 1/4] target/ppc: Moving VSX scalar storage access insns to decodetree Chinmay Rath
2024-06-18 8:58 ` [PATCH v3 2/4] target/ppc: Move VSX vector with length " Chinmay Rath
2024-06-18 17:35 ` Richard Henderson [this message]
2024-06-18 8:58 ` [PATCH v3 3/4] target/ppc: Move VSX vector " Chinmay Rath
2025-01-08 11:17 ` Mark Cave-Ayland
2024-06-18 8:58 ` [PATCH v3 4/4] target/ppc: Move VSX fp compare " Chinmay Rath
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=ef020a10-4ba6-487d-b01a-5da2e6b0d437@linaro.org \
--to=richard.henderson@linaro.org \
--cc=danielhb413@gmail.com \
--cc=harshpb@linux.ibm.com \
--cc=npiggin@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=rathc@linux.ibm.com \
/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).