|
From: | Richard Henderson |
Subject: | Re: [RFC PATCH 08/11] target/ppc: implement address swizzle for gen_ld_atomic() |
Date: | Thu, 12 Dec 2024 10:20:14 -0600 |
User-agent: | Mozilla Thunderbird |
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 <mark.cave-ayland@ilande.co.uk> --- 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~
[Prev in Thread] | Current Thread | [Next in Thread] |