added english language description for stwbrsx instruction
authorShriya Sharma <shriya@redsemiconductor.com>
Fri, 27 Oct 2023 10:08:45 +0000 (11:08 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 29 Oct 2023 08:54:37 +0000 (08:54 +0000)
openpower/isa/fixedstoreshift.mdwn

index b6042963c3cd4977dd6c21b01c58422956578fa5..f7c7a7e8429385b43d4068ea5a86efa4588b2dc6 100644 (file)
@@ -101,7 +101,7 @@ Pseudo-code:
 Description:
 
     Let the effective address (EA) be the sum of the contents of
-    register RB shifted by (SH+1) and (RB).
+    register RB shifted by (SH+1) and (RA).
     RS[48:63] are stored into the halfword in storage
     addressed by EA.
 
@@ -151,7 +151,7 @@ Pseudo-code:
 Description:
 
     Let the effective address (EA) be the sum of the contents of
-    register RB shifted by (SH+1) and (RB).
+    register RB shifted by (SH+1) and (RA).
     RS[32:63] are stored into the word in storage addressed
     by EA.
 
@@ -205,7 +205,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 (RA).
     (RS) is stored into the doubleword in storage
     addressed by EA.
 
@@ -260,8 +260,9 @@ Pseudo-code:
 
 Description:
 
-    Let the effective address (EA) be the sum
-    (RA|0)+ (RB). (RS)[56:63] are stored into bits 0:7 of the
+    Let the effective address (EA) be the sum of the contents of
+    register RB shifted by (SH+1) and (RA|0).
+    (RS)[56:63] are stored into bits 0:7 of the
     word in storage addressed by EA. (RS) [48:55] are stored
     into bits 8:15 of the word in storage addressed by EA.
     (RS)[40:47] are stored into bits 16:23 of the word in stor-