On 12/3/25 13:52, Richard Henderson wrote:
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é
-
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é
---
target/i386/tcg/emit.c.inc | 7 ---
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é
---
target/i386/tcg/emit.c.inc | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
di