From: Luke Kenneth Casson Leighton Date: Fri, 27 Oct 2023 10:39:35 +0000 (+0100) Subject: replace (RA) with "the contents of RA" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f1427f82e2f9bdc87aa09e64ae291c9832ce11fd;p=openpower-isa.git replace (RA) with "the contents of RA" --- diff --git a/openpower/isa/fixedloadshift.mdwn b/openpower/isa/fixedloadshift.mdwn index 54ee8bd2..f7df8135 100644 --- a/openpower/isa/fixedloadshift.mdwn +++ b/openpower/isa/fixedloadshift.mdwn @@ -273,7 +273,7 @@ Pseudo-code: Description: Let the effective address (EA) be the sum of the contents of - register RB shifted by (SH+1), and (RA). + register RB shifted by (SH+1), and the contents of register RA. The word in storage addressed by EA is loaded into RT[32:63]. RT[0:31] are filled with a copy of bit 0 of the loaded word.