On 12/12/24 09:14, Mark Cave-Ayland wrote:
The gen_ld_atomic() function uses a number of TCG atomic primitives within its implementation. Update gen_ld_atomic() so that it implements the address swizzle if required.Signed-off-by: Mark Cave-Ayland <[email protected]> --- target/ppc/translate.c | 81 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 72 insertions(+), 9 deletions(-)
These are all Power ISA 3.0 instructions. There will be no swizzling. r~
