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

index 0e666dbda57f22bd97312c2573c258a020bf422d..6103753a2e58afafc59df9a6f03d5b50f36d20d3 100644 (file)
@@ -36,6 +36,14 @@ Pseudo-code:
     EA <- (RA|0) + (RB)
     MEM(EA, 4)<- SINGLE( (FRS) )
 
+Description:
+
+    Let the effective address (EA) be the sum (RA|0)+(RB).
+
+    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