bug #1183: attempt first ddffirst mapreduce mode
[openpower-isa.git] / openpower / isa / pifpstore.mdwn
index d6491eaabac85250d1fb02b8c133bf0332ea1c79..29df22f9c6b714e4fc4eec858785a99af754eb4b 100644 (file)
@@ -6,7 +6,7 @@
 
 D-Form
 
-* stfsu FRS,D(RA)
+* stfsup FRS,D(RA)
 
 Pseudo-code:
 
@@ -20,7 +20,7 @@ Description:
 
     The contents of register FRS are converted to single
     format (see page 142) and stored into the word in stor-
-    age addressed by EA.
+    age addressed by RA.
 
     EA is placed into register RA.
 
@@ -34,7 +34,7 @@ Special Registers Altered:
 
 X-Form
 
-* stfsux FRS,RA,RB
+* stfsupx FRS,RA,RB
 
 Pseudo-code:
 
@@ -48,7 +48,7 @@ Description:
 
     The contents of register FRS are converted to single
     format (see page 142) and stored into the word in stor-
-    age addressed by EA.
+    age addressed by RA.
 
     EA is placed into register RA.
 
@@ -62,7 +62,7 @@ Special Registers Altered:
 
 D-Form
 
-* stfdu FRS,D(RA)
+* stfdup FRS,D(RA)
 
 Pseudo-code:
 
@@ -75,7 +75,7 @@ Description:
     Let the effective address (EA) be the sum (RA)+D.
 
     The contents of register FRS are stored into the dou-
-    bleword in storage addressed by EA.
+    bleword in storage addressed by RA.
 
     EA is placed into register RA.
 
@@ -89,7 +89,7 @@ Special Registers Altered:
 
 X-Form
 
-* stfdux FRS,RA,RB
+* stfdupx FRS,RA,RB
 
 Pseudo-code:
 
@@ -102,7 +102,7 @@ Description:
     Let the effective address (EA) be the sum (RA)+(RB).
 
     The contents of register FRS are stored into the dou-
-    bleword in storage addressed by EA.
+    bleword in storage addressed by RA.
 
     EA is placed into register RA.