added stdsux instruction
[openpower-isa.git] / openpower / isa / pifixedstore.mdwn
index 908c89c5c87b704396964ea3e4519bce570cef5a..dfccc4955c889afeee1904ca7623cdead9c6413b 100644 (file)
@@ -19,8 +19,9 @@ Pseudo-code:
 Description:
 
     Let the effective address (EA) be the sum (RA)+ D.
+
     (RS)[56:63] are stored into the byte in storage addressed
-    by EA.
+    by RA.
 
     EA is placed into register RA.
 
@@ -46,6 +47,7 @@ Pseudo-code:
 Description:
 
     Let the effective address (EA) be the sum (RA)+ (RB).
+
     (RS)[56:63] are stored into the byte in storage addressed
     by EA.
 
@@ -73,6 +75,7 @@ Pseudo-code:
 Description:
 
     Let the effective address (EA) be the sum (RA|0)+ D.
+
     (RS)[48:63] are stored into the halfword in storage
     addressed by EA.
 
@@ -96,6 +99,7 @@ Pseudo-code:
 Description:
 
     Let the effective address (EA) be the sum (RA)+ (RB).
+
     (RS)[56:63] are stored into the byte in storage addressed
     by EA.
 
@@ -123,6 +127,7 @@ Pseudo-code:
 Description:
 
     Let the effective address (EA) be the sum (RA)+ D.
+
     (RS)[32:63] are stored into the word in storage addressed
     by EA.
 
@@ -150,8 +155,9 @@ Pseudo-code:
 Description:
 
     Let the effective address (EA) be the sum (RA)+ (RB).
+
     (RS)[32:63] are stored into the word in storage addressed
-    by EA.
+    by RA.
 
     EA is placed into register RA.
 
@@ -176,9 +182,10 @@ Pseudo-code:
 
 Description:
 
-    Let the effective address (EA) be the sum
+    Let the effective address (EA) be the sum.
+
     (RA)+ (DS||0b00). (RS) is stored into the doubleword in
-    storage addressed by EA.
+    storage addressed by RA.
 
     EA is placed into register RA.
 
@@ -204,8 +211,9 @@ Pseudo-code:
 Description:
 
     Let the effective address (EA) be the sum (RA)+ (RB).
+
     (RS) is stored into the doubleword in storage
-    addressed by EA.
+    addressed by RA.
 
     EA is placed into register RA.