From: Richard Henderson <richard.henderson@linaro.org>
To: "Lucas Mateus Castro(alqotel)" <lucas.araujo@eldorado.org.br>,
qemu-devel@nongnu.org, qemu-ppc@nongnu.org
Cc: Greg Kurz <groug@kaod.org>,
danielhb413@gmail.com, clg@kaod.org,
David Gibson <david@gibson.dropbear.id.au>
Subject: Re: [PATCH v2 8/9] target/ppc: Implemented vector module word/doubleword
Date: Mon, 11 Apr 2022 20:43:45 -0700 [thread overview]
Message-ID: <f7f968a5-df8f-1fea-e44b-fc9508c568d4@linaro.org> (raw)
In-Reply-To: <20220405195558.66144-9-lucas.araujo@eldorado.org.br>
On 4/5/22 12:55, Lucas Mateus Castro(alqotel) wrote:
> From: "Lucas Mateus Castro (alqotel)"<lucas.araujo@eldorado.org.br>
>
> Implement the following PowerISA v3.1 instructions:
> vmodsw: Vector Modulo Signed Word
> vmoduw: Vector Modulo Unsigned Word
> vmodsd: Vector Modulo Signed Doubleword
> vmodud: Vector Modulo Unsigned Doubleword
>
> Signed-off-by: Lucas Mateus Castro (alqotel)<lucas.araujo@eldorado.org.br>
> ---
> target/ppc/insn32.decode | 5 +++++
> target/ppc/translate/vmx-impl.c.inc | 10 ++++++++++
> 2 files changed, 15 insertions(+)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
next prev parent reply other threads:[~2022-04-12 3:45 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-05 19:55 [PATCH v2 0/9] VDIV/VMOD Implementation Lucas Mateus Castro(alqotel)
2022-04-05 19:55 ` [PATCH v2 1/9] qemu/int128: add int128_urshift Lucas Mateus Castro(alqotel)
2022-04-06 13:29 ` Richard Henderson
2022-04-05 19:55 ` [PATCH v2 2/9] target/ppc: Implemented vector divide instructions Lucas Mateus Castro(alqotel)
2022-04-12 1:51 ` Richard Henderson
2022-04-20 13:43 ` Lucas Mateus Martins Araujo e Castro
2022-04-05 19:55 ` [PATCH v2 3/9] target/ppc: Implemented vector divide quadword Lucas Mateus Castro(alqotel)
2022-04-12 1:52 ` Richard Henderson
2022-04-05 19:55 ` [PATCH v2 4/9] target/ppc: Implemented vector divide extended word Lucas Mateus Castro(alqotel)
2022-04-12 1:56 ` Richard Henderson
2022-04-05 19:55 ` [PATCH v2 5/9] host-utils: Implemented unsigned 256-by-128 division Lucas Mateus Castro(alqotel)
2022-04-12 2:20 ` Richard Henderson
2022-04-05 19:55 ` [PATCH v2 6/9] host-utils: Implemented signed " Lucas Mateus Castro(alqotel)
2022-04-05 19:55 ` [PATCH v2 7/9] target/ppc: Implemented remaining vector divide extended Lucas Mateus Castro(alqotel)
2022-04-12 3:43 ` Richard Henderson
2022-04-05 19:55 ` [PATCH v2 8/9] target/ppc: Implemented vector module word/doubleword Lucas Mateus Castro(alqotel)
2022-04-12 3:43 ` Richard Henderson [this message]
2022-04-05 19:55 ` [PATCH v2 9/9] target/ppc: Implemented vector module quadword Lucas Mateus Castro(alqotel)
2022-04-12 3:44 ` 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=f7f968a5-df8f-1fea-e44b-fc9508c568d4@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).