contents of RA again
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 27 Oct 2023 10:33:02 +0000 (11:33 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 29 Oct 2023 08:54:37 +0000 (08:54 +0000)
openpower/isa/fixedloadshift.mdwn

index 8e61cdbd5534e4337ee58c53ae9983ef48d9b0b5..291fcfc28fec05a6a04f7158b9af76b179d2f12a 100644 (file)
@@ -169,7 +169,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 halfword in storage addressed by EA is loaded into RT[48:63].
     RT[0:47] are filled with a copy of bit 0 of the loaded halfword.
@@ -221,7 +221,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 set to 0.