From: Richard Henderson <richard.henderson@linaro.org>
To: "Lucas Mateus Castro(alqotel)" <lucas.araujo@eldorado.org.br>,
qemu-ppc@nongnu.org
Cc: "Cédric Le Goater" <clg@kaod.org>,
"Daniel Henrique Barboza" <danielhb413@gmail.com>,
"David Gibson" <david@gibson.dropbear.id.au>,
"Greg Kurz" <groug@kaod.org>,
"open list:All patches CC here" <qemu-devel@nongnu.org>
Subject: Re: [PATCH v3 3/8] target/ppc: Implemented pmxvi*ger* instructions
Date: Tue, 17 May 2022 12:17:57 -0700 [thread overview]
Message-ID: <a56fd076-f838-3e1b-cc3e-efb90c76d9fc@linaro.org> (raw)
In-Reply-To: <20220517183735.110342-4-lucas.araujo@eldorado.org.br>
On 5/17/22 11:37, Lucas Mateus Castro(alqotel) wrote:
> From: "Lucas Mateus Castro (alqotel)"<lucas.araujo@eldorado.org.br>
>
> Implement the following PowerISA v3.1 instructions:
> pmxvi4ger8: Prefixed Masked VSX Vector 8-bit Signed/Unsigned Integer
> GER (rank-4 update)
> pmxvi4ger8pp: Prefixed Masked VSX Vector 8-bit Signed/Unsigned Integer
> GER (rank-4 update) Positive multiply, Positive accumulate
> pmxvi8ger4: Prefixed Masked VSX Vector 4-bit Signed Integer GER
> (rank-8 update)
> pmxvi8ger4pp: Prefixed Masked VSX Vector 4-bit Signed Integer GER
> (rank-8 update) Positive multiply, Positive accumulate
> pmxvi8ger4spp: Prefixed Masked VSX Vector 8-bit Signed/Unsigned Integer
> GER (rank-4 update) with Saturate Positive multiply, Positive accumulate
> pmxvi16ger2: Prefixed Masked VSX Vector 16-bit Signed Integer GER
> (rank-2 update)
> pmxvi16ger2pp: Prefixed Masked VSX Vector 16-bit Signed Integer GER
> (rank-2 update) Positive multiply, Positive accumulate
> pmxvi16ger2s: Prefixed Masked VSX Vector 16-bit Signed Integer GER
> (rank-2 update) with Saturation
> pmxvi16ger2spp: Prefixed Masked VSX Vector 16-bit Signed Integer GER
> (rank-2 update) with Saturation Positive multiply, Positive accumulate
>
> Signed-off-by: Lucas Mateus Castro (alqotel)<lucas.araujo@eldorado.org.br>
> ---
> target/ppc/insn64.decode | 30 +++++++++++++++++++++++++++++
> target/ppc/translate/vsx-impl.c.inc | 10 ++++++++++
> 2 files changed, 40 insertions(+)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
next prev parent reply other threads:[~2022-05-17 19:19 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-17 18:37 [PATCH v3 0/8] VSX MMA Implementation Lucas Mateus Castro(alqotel)
2022-05-17 18:37 ` [PATCH v3 1/8] target/ppc: Implement xxm[tf]acc and xxsetaccz Lucas Mateus Castro(alqotel)
2022-05-17 18:37 ` [PATCH v3 2/8] target/ppc: Implemented xvi*ger* instructions Lucas Mateus Castro(alqotel)
2022-05-17 18:37 ` [PATCH v3 3/8] target/ppc: Implemented pmxvi*ger* instructions Lucas Mateus Castro(alqotel)
2022-05-17 19:17 ` Richard Henderson [this message]
2022-05-17 18:37 ` [PATCH v3 4/8] target/ppc: Implemented xvf*ger* Lucas Mateus Castro(alqotel)
2022-05-17 19:22 ` Richard Henderson
2022-05-17 18:37 ` [PATCH v3 5/8] target/ppc: Implemented xvf16ger* Lucas Mateus Castro(alqotel)
2022-05-17 19:40 ` Richard Henderson
2022-05-17 18:37 ` [PATCH v3 6/8] target/ppc: Implemented pmxvf*ger* Lucas Mateus Castro(alqotel)
2022-05-17 18:37 ` [PATCH v3 7/8] target/ppc: Implemented [pm]xvbf16ger2* Lucas Mateus Castro(alqotel)
2022-05-17 18:37 ` [PATCH v3 8/8] linux-user: Add PowerPC ISA 3.1 and MMA to hwcap Lucas Mateus Castro(alqotel)
2022-05-17 19:41 ` Richard Henderson
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=a56fd076-f838-3e1b-cc3e-efb90c76d9fc@linaro.org \
--to=richard.henderson@linaro.org \
--cc=clg@kaod.org \
--cc=danielhb413@gmail.com \
--cc=david@gibson.dropbear.id.au \
--cc=groug@kaod.org \
--cc=lucas.araujo@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).