qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: matheus.ferst@eldorado.org.br, qemu-devel@nongnu.org,
	qemu-ppc@nongnu.org
Cc: Fabiano Rosas <farosas@linux.ibm.com>,
	danielhb413@gmail.com, groug@kaod.org,
	"Lucas Mateus Castro \(alqotel\)" <lucas.araujo@eldorado.org.br>,
	clg@kaod.org, Howard Spoelstra <hsp.cat7@gmail.com>,
	david@gibson.dropbear.id.au
Subject: Re: [PATCH 1/7] target/ppc: Fix vmul[eo]* instructions marked 2.07
Date: Fri, 4 Mar 2022 12:35:57 -1000	[thread overview]
Message-ID: <f42d1db8-a6b8-a4e3-6176-69a77387fbb3@linaro.org> (raw)
In-Reply-To: <20220304175156.2012315-2-matheus.ferst@eldorado.org.br>

On 3/4/22 07:51, matheus.ferst@eldorado.org.br wrote:
> From: "Lucas Mateus Castro (alqotel)"<lucas.araujo@eldorado.org.br>
> 
> Some ISA v2.03 Vector Multiply instructions marked to be ISA v2.07 only.
> This patch fixes it.
> 
> Fixes: 80eca687c851 ("target/ppc: moved vector even and odd multiplication to decodetree")
> Reported-by: Howard Spoelstra<hsp.cat7@gmail.com>
> Suggested-by: Fabiano Rosas<farosas@linux.ibm.com>
> Signed-off-by: Lucas Mateus Castro (alqotel)<lucas.araujo@eldorado.org.br>
> Signed-off-by: Matheus Ferst<matheus.ferst@eldorado.org.br>
> ---
>   target/ppc/translate/vmx-impl.c.inc | 16 ++++++++--------
>   1 file changed, 8 insertions(+), 8 deletions(-)

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

r~


  reply	other threads:[~2022-03-04 22:38 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-04 17:51 [PATCH 0/7] target/ppc: Vector/VSX instruction batch fixes matheus.ferst
2022-03-04 17:51 ` [PATCH 1/7] target/ppc: Fix vmul[eo]* instructions marked 2.07 matheus.ferst
2022-03-04 22:35   ` Richard Henderson [this message]
2022-03-05  6:36   ` Cédric Le Goater
2022-03-07  8:53     ` Mark Cave-Ayland
2022-03-04 17:51 ` [PATCH 2/7] target/ppc: use ext32u and deposit in do_vx_vmulhw_i64 matheus.ferst
2022-03-04 22:36   ` Richard Henderson
2022-03-04 17:51 ` [PATCH 3/7] target/ppc: use extract/extract2 to create vrlqnm mask matheus.ferst
2022-03-04 22:37   ` Richard Henderson
2022-03-04 17:51 ` [PATCH 4/7] target/ppc: use andc in vrlqmi matheus.ferst
2022-03-04 22:37   ` Richard Henderson
2022-03-04 17:51 ` [PATCH 5/7] target/ppc: split XXGENPCV macros for readability matheus.ferst
2022-03-04 22:38   ` Richard Henderson
2022-03-04 17:51 ` [PATCH 6/7] target/ppc: Add missing helper_reset_fpstatus to VSX_MAX_MINC matheus.ferst
2022-03-04 22:39   ` Richard Henderson
2022-03-04 17:51 ` [PATCH 7/7] target/ppc: Add missing helper_reset_fpstatus to helper_XVCVSPBF16 matheus.ferst
2022-03-04 22:39   ` Richard Henderson
2022-03-05  8:06 ` [PATCH 0/7] target/ppc: Vector/VSX instruction batch fixes Cédric Le Goater

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=f42d1db8-a6b8-a4e3-6176-69a77387fbb3@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=clg@kaod.org \
    --cc=danielhb413@gmail.com \
    --cc=david@gibson.dropbear.id.au \
    --cc=farosas@linux.ibm.com \
    --cc=groug@kaod.org \
    --cc=hsp.cat7@gmail.com \
    --cc=lucas.araujo@eldorado.org.br \
    --cc=matheus.ferst@eldorado.org.br \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.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).