From: Chinmay Rath <rathc@linux.ibm.com>
To: qemu-ppc@nongnu.org
Cc: qemu-devel@nongnu.org, npiggin@gmail.com, danielhb413@gmail.com,
richard.henderson@linaro.org, harshpb@linux.ibm.com
Subject: [PATCH v2 0/4] Move VSX storage access and compare insns to
Date: Thu, 13 Jun 2024 15:03:14 +0530 [thread overview]
Message-ID: <20240613093318.314913-1-rathc@linux.ibm.com> (raw)
Moving all remaining VSX storage access instructions and all VSX compare
instructions of XX3 form with RC field, to decodetree specification.
Change log :
v2:
- Addressed comments by Richard in v1
- Patch 2/4 : Handled proper ea calculation in narrow mode.
Also created a new function for ea calculation instead of inlining,
for later use by (p){lx,stx}vp insns.
- Patch 4/4 : Unified helper calls.
- Retained Richard's "Reviewed-by" in patches 1, 3 and 4.
v1: https://lore.kernel.org/qemu-devel/20240607144921.726730-1-rathc@linux.ibm.com/
Chinmay Rath (4):
target/ppc: Moving VSX scalar storage access insns to decodetree.
target/ppc: Move VSX vector with length storage access insns to
decodetree.
target/ppc: Move VSX vector storage access insns to decodetree.
target/ppc: Move VSX fp compare insns to decodetree.
target/ppc/helper.h | 24 +-
target/ppc/insn32.decode | 41 +++
target/ppc/fpu_helper.c | 16 +-
target/ppc/mem_helper.c | 8 +-
target/ppc/translate.c | 18 ++
target/ppc/translate/vsx-impl.c.inc | 416 ++++++++++++++--------------
target/ppc/translate/vsx-ops.c.inc | 49 ----
7 files changed, 290 insertions(+), 282 deletions(-)
--
2.39.3
next reply other threads:[~2024-06-13 9:35 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-13 9:33 Chinmay Rath [this message]
2024-06-13 9:33 ` [PATCH v2 1/4] target/ppc: Moving VSX scalar storage access insns to decodetree Chinmay Rath
2024-06-13 9:33 ` [PATCH v2 2/4] target/ppc: Move VSX vector with length " Chinmay Rath
2024-06-16 19:13 ` Richard Henderson
2024-06-17 10:40 ` Chinmay Rath
2024-06-17 17:45 ` Richard Henderson
2024-06-18 8:16 ` Chinmay Rath
2024-06-17 11:51 ` Chinmay Rath
2024-06-17 17:57 ` Richard Henderson
2024-06-18 8:19 ` Chinmay Rath
2024-06-13 9:33 ` [PATCH v2 3/4] target/ppc: Move VSX vector " Chinmay Rath
2024-06-13 9:33 ` [PATCH v2 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=20240613093318.314913-1-rathc@linux.ibm.com \
--to=rathc@linux.ibm.com \
--cc=danielhb413@gmail.com \
--cc=harshpb@linux.ibm.com \
--cc=npiggin@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@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).