qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
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 3/3] target/ppc: Move VSX logical instructions to decodetree.
Date: Thu, 23 May 2024 08:10:51 -0700	[thread overview]
Message-ID: <ccb60042-538a-4705-b892-db11a8495eaf@linaro.org> (raw)
In-Reply-To: <20240523094821.124014-4-rathc@linux.ibm.com>

On 5/23/24 02:48, Chinmay Rath wrote:
> Moving the following instructions to decodetree specification :
> 
> 	xxl{and, andc, or, orc, nor, xor, nand, eqv}	: XX3-form
> 
> The changes were verified by validating that the tcg ops generated by those
> instructions remain the same, which were captured with the '-d in_asm,op' flag.
> 
> Signed-off-by: Chinmay Rath<rathc@linux.ibm.com>
> ---
>   target/ppc/insn32.decode            | 11 ++++++++
>   target/ppc/translate/vsx-impl.c.inc | 39 +++++++++++++----------------
>   target/ppc/translate/vsx-ops.c.inc  | 11 --------
>   3 files changed, 29 insertions(+), 32 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~


      reply	other threads:[~2024-05-23 15:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-23  9:48 [PATCH 0/3] target/ppc: Moving VSX insns to decodetree Chinmay Rath
2024-05-23  9:48 ` [PATCH 1/3] target/ppc: Move ISA300 flag check out of do_helper_XX3 Chinmay Rath
2024-05-23 14:17   ` Richard Henderson
2024-05-23  9:48 ` [PATCH 2/3] target/ppc: Move VSX arithmetic and max/min insns to decodetree Chinmay Rath
2024-05-23 15:09   ` Richard Henderson
2024-05-23  9:48 ` [PATCH 3/3] target/ppc: Move VSX logical instructions " Chinmay Rath
2024-05-23 15:10   ` Richard Henderson [this message]

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=ccb60042-538a-4705-b892-db11a8495eaf@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).