Re: [RFC PATCH 05/11] target/ppc: introduce need_addrswizzle_le() function

2024-12-12 Thread Richard Henderson
On 12/12/24 09:14, Mark Cave-Ayland wrote: This function determines whether the MSR_LE bit should be used to implement little endian accesses using address swizzling, instead of reversing the byte order. (FIXME: which CPUs?) Signed-off-by: Mark Cave-Ayland --- target/ppc/translate.c | 14 +++

[RFC PATCH 05/11] target/ppc: introduce need_addrswizzle_le() function

2024-12-12 Thread Mark Cave-Ayland
This function determines whether the MSR_LE bit should be used to implement little endian accesses using address swizzling, instead of reversing the byte order. (FIXME: which CPUs?) Signed-off-by: Mark Cave-Ayland --- target/ppc/translate.c | 14 -- 1 file changed, 12 insertions(+),