Re: [PATCH 16/19] target/microblaze: Consider endianness while translating code

2024-11-05 Thread Richard Henderson
On 11/5/24 13:04, Philippe Mathieu-Daudé wrote: Consider the CPU ENDI bit, swap instructions when the CPU endianness doesn't match the binary one. Signed-off-by: Philippe Mathieu-Daudé --- target/microblaze/cpu.h | 7 +++ target/microblaze/translate.c | 5 +++-- 2 files changed, 10

[PATCH 16/19] target/microblaze: Consider endianness while translating code

2024-11-05 Thread Philippe Mathieu-Daudé
Consider the CPU ENDI bit, swap instructions when the CPU endianness doesn't match the binary one. Signed-off-by: Philippe Mathieu-Daudé --- target/microblaze/cpu.h | 7 +++ target/microblaze/translate.c | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/target/