From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Richard Henderson <richard.henderson@linaro.org>, qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>
Subject: Re: [PATCH v2 17/23] tcg/i386: Merge tcg_out_brcond{32,64}
Date: Mon, 21 Aug 2023 09:21:46 +0200 [thread overview]
Message-ID: <e5a99b8f-34b6-3c6e-818d-6c9ecd2ce1c5@linaro.org> (raw)
In-Reply-To: <20230818221327.150194-18-richard.henderson@linaro.org>
On 19/8/23 00:13, Richard Henderson wrote:
> Pass a rexw parameter instead of duplicating the functions.
>
> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> tcg/i386/tcg-target.c.inc | 110 +++++++++++++++++---------------------
> 1 file changed, 49 insertions(+), 61 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
next prev parent reply other threads:[~2023-08-21 7:23 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-18 22:13 [PATCH v2 00/23] tcg: Introduce negsetcond opcodes Richard Henderson
2023-08-18 22:13 ` [PATCH v2 01/23] " Richard Henderson
2023-08-18 22:13 ` [PATCH v2 02/23] tcg: Use tcg_gen_negsetcond_* Richard Henderson
2023-08-21 7:10 ` Philippe Mathieu-Daudé
2023-08-18 22:13 ` [PATCH v2 03/23] target/alpha: Use tcg_gen_movcond_i64 in gen_fold_mzero Richard Henderson
2023-08-18 22:13 ` [PATCH v2 04/23] target/arm: Use tcg_gen_negsetcond_* Richard Henderson
2023-08-18 22:13 ` [PATCH v2 05/23] target/m68k: " Richard Henderson
2023-08-21 7:11 ` Philippe Mathieu-Daudé
2023-08-18 22:13 ` [PATCH v2 06/23] target/openrisc: " Richard Henderson
2023-08-21 7:12 ` Philippe Mathieu-Daudé
2023-08-18 22:13 ` [PATCH v2 07/23] target/ppc: " Richard Henderson
2023-08-18 22:13 ` [PATCH v2 08/23] target/sparc: Use tcg_gen_movcond_i64 in gen_edge Richard Henderson
2023-08-18 22:13 ` [PATCH v2 09/23] target/tricore: Replace gen_cond_w with tcg_gen_negsetcond_tl Richard Henderson
2023-08-21 7:13 ` Philippe Mathieu-Daudé
2023-08-18 22:13 ` [PATCH v2 10/23] tcg/ppc: Implement negsetcond_* Richard Henderson
2023-08-18 22:13 ` [PATCH v2 11/23] tcg/ppc: Use the Set Boolean Extension Richard Henderson
2023-08-18 22:13 ` [PATCH v2 12/23] tcg/aarch64: Implement negsetcond_* Richard Henderson
2023-08-18 22:13 ` [PATCH v2 13/23] tcg/arm: Implement negsetcond_i32 Richard Henderson
2023-08-18 22:13 ` [PATCH v2 14/23] tcg/riscv: Implement negsetcond_* Richard Henderson
2023-08-18 22:13 ` [PATCH v2 15/23] tcg/s390x: " Richard Henderson
2023-08-18 22:13 ` [PATCH v2 16/23] tcg/sparc64: " Richard Henderson
2023-08-18 22:13 ` [PATCH v2 17/23] tcg/i386: Merge tcg_out_brcond{32,64} Richard Henderson
2023-08-21 7:21 ` Philippe Mathieu-Daudé [this message]
2023-08-18 22:13 ` [PATCH v2 18/23] tcg/i386: Merge tcg_out_setcond{32,64} Richard Henderson
2023-08-21 7:22 ` Philippe Mathieu-Daudé
2023-08-18 22:13 ` [PATCH v2 19/23] tcg/i386: Merge tcg_out_movcond{32,64} Richard Henderson
2023-08-21 7:22 ` Philippe Mathieu-Daudé
2023-08-18 22:13 ` [PATCH v2 20/23] tcg/i386: Use CMP+SBB in tcg_out_setcond Richard Henderson
2023-08-18 22:13 ` [PATCH v2 21/23] tcg/i386: Clear dest first in tcg_out_setcond if possible Richard Henderson
2023-08-18 22:13 ` [PATCH v2 22/23] tcg/i386: Use shift in tcg_out_setcond Richard Henderson
2023-08-18 22:13 ` [PATCH v2 23/23] tcg/i386: Implement negsetcond_* 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=e5a99b8f-34b6-3c6e-818d-6c9ecd2ce1c5@linaro.org \
--to=philmd@linaro.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.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).