From: Richard Henderson <richard.henderson@linaro.org>
To: "Philippe Mathieu-Daudé" <philmd@linaro.org>, qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
Eduardo Habkost <eduardo@habkost.net>
Subject: Re: [PATCH-for-10.1] target/i386: Replace MO_TE -> MO_LE
Date: Wed, 12 Mar 2025 05:52:39 -0700 [thread overview]
Message-ID: <f2a9e4e3-79b9-478c-91a0-e8273d056296@linaro.org> (raw)
In-Reply-To: <20250312103818.370-1-philmd@linaro.org>
On 3/12/25 03:38, Philippe Mathieu-Daudé wrote:
> The x86 architecture is only implemented as little-endian.
> The MO_TE definition always expands to MO_LE.
>
> Replace:
> - MO_TEUQ -> MO_LE | MO_UQ
> - MO_TE -> MO_LE
>
> Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
> ---
> target/i386/tcg/emit.c.inc | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
Is there a reason not to use MO_LEUQ? Anyway,
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
next prev parent reply other threads:[~2025-03-12 12:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-12 10:38 [PATCH-for-10.1] target/i386: Replace MO_TE -> MO_LE Philippe Mathieu-Daudé
2025-03-12 12:52 ` Richard Henderson [this message]
2025-03-12 14:13 ` Philippe Mathieu-Daudé
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=f2a9e4e3-79b9-478c-91a0-e8273d056296@linaro.org \
--to=richard.henderson@linaro.org \
--cc=eduardo@habkost.net \
--cc=pbonzini@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@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).