Added English Language description for stfs instruction
authorShriya Sharma <shriya@redsemiconductor.com>
Tue, 3 Oct 2023 10:31:27 +0000 (11:31 +0100)
committerShriya Sharma <shriya@redsemiconductor.com>
Tue, 3 Oct 2023 10:31:27 +0000 (11:31 +0100)
openpower/isa/fpstore.mdwn

index d9596c2f0b4a4375117b16d49e1ab748f65b3674..0e666dbda57f22bd97312c2573c258a020bf422d 100644 (file)
@@ -13,6 +13,14 @@ Pseudo-code:
     EA <- (RA|0) + EXTS(D)
     MEM(EA, 4)<- SINGLE( (FRS) )
 
+Description:
+
+    Let the effective address (EA) be the sum (RA|0)+D.
+
+    The contents of register FRS are converted to single
+    format (see page 142) and stored into the word in stor-
+    age addressed by EA.
+
 Special Registers Altered:
 
     None