From: Richard Henderson <richard.henderson@linaro.org>
To: "Lucas Mateus Castro(alqotel)" <lucas.araujo@eldorado.org.br>,
qemu-ppc@nongnu.org
Cc: "open list:All patches CC here" <qemu-devel@nongnu.org>,
"Greg Kurz" <groug@kaod.org>,
"Daniel Henrique Barboza" <danielhb413@gmail.com>,
"Cédric Le Goater" <clg@kaod.org>,
"David Gibson" <david@gibson.dropbear.id.au>
Subject: Re: [RFC PATCH 6/7] target/ppc: Implemented pmxvf*ger*
Date: Tue, 26 Apr 2022 17:33:55 -0700 [thread overview]
Message-ID: <24aea43f-4e25-1f1e-e45b-8fabc1c45862@linaro.org> (raw)
In-Reply-To: <20220426125028.18844-7-lucas.araujo@eldorado.org.br>
On 4/26/22 05:50, Lucas Mateus Castro(alqotel) wrote:
> +&MMIRR_XX3_NO_P xa xb xt xmsk ymsk
Don't create this...
> +@MMIRR_XX3_NO_P ...... .. .... .. . . ........ xmsk:4 .... \
> + ...... ... .. ..... ..... ........ ... \
> + &MMIRR_XX3_NO_P xb=%xx3_xb xt=%xx3_at
just set pmsk=1 here instead...
> +static bool do_ger_MMIRR_XX3_NO_PMSK(DisasContext *ctx, arg_MMIRR_XX3_NO_P *a,
> + int op_flag, void (*helper)(TCGv_env,
> + TCGv_i32, TCGv_i32, TCGv_i32,
> + TCGv_i32, TCGv_i32))
> +{
> + arg_MMIRR_XX3 x;
> + x.xa = a->xa;
> + x.xb = a->xb;
> + x.xt = a->xt;
> + x.pmsk = 0x1;
> + x.ymsk = a->ymsk;
> + x.xmsk = a->xmsk;
> + return do_ger_MMIRR_XX3(ctx, &x, op_flag, helper);
> +}
so you can drop this.
r~
next prev parent reply other threads:[~2022-04-27 0:35 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-26 12:50 [RFC PATCH 0/7] VSX MMA Implementation Lucas Mateus Castro(alqotel)
2022-04-26 12:50 ` [RFC PATCH 1/7] target/ppc: Implement xxm[tf]acc and xxsetaccz Lucas Mateus Castro(alqotel)
2022-04-26 22:59 ` Richard Henderson
2022-04-26 12:50 ` [RFC PATCH 2/7] target/ppc: Implemented xvi*ger* instructions Lucas Mateus Castro(alqotel)
2022-04-26 23:40 ` Richard Henderson
2022-04-27 20:24 ` Lucas Mateus Martins Araujo e Castro
2022-04-27 22:28 ` Richard Henderson
2022-04-26 12:50 ` [RFC PATCH 3/7] target/ppc: Implemented pmxvi*ger* instructions Lucas Mateus Castro(alqotel)
2022-04-26 12:50 ` [RFC PATCH 4/7] target/ppc: Implemented xvf*ger* Lucas Mateus Castro(alqotel)
2022-04-27 0:09 ` Richard Henderson
2022-04-26 12:50 ` [RFC PATCH 5/7] target/ppc: Implemented xvf16ger* Lucas Mateus Castro(alqotel)
2022-04-27 0:26 ` Richard Henderson
2022-04-27 21:11 ` Lucas Mateus Martins Araujo e Castro
2022-04-27 22:30 ` Richard Henderson
2022-04-26 12:50 ` [RFC PATCH 6/7] target/ppc: Implemented pmxvf*ger* Lucas Mateus Castro(alqotel)
2022-04-27 0:33 ` Richard Henderson [this message]
2022-04-26 12:50 ` [RFC PATCH 7/7] target/ppc: Implemented [pm]xvbf16ger2* Lucas Mateus Castro(alqotel)
2022-04-27 6:21 ` [RFC PATCH 0/7] VSX MMA Implementation Joel Stanley
2022-04-27 7:10 ` Cédric Le Goater
2022-05-05 6:06 ` Joel Stanley
2022-04-28 14:05 ` Lucas Mateus Martins Araujo e Castro
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=24aea43f-4e25-1f1e-e45b-8fabc1c45862@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).