Added English language description for stfdux instruction
authorShriya Sharma <shriya@redsemiconductor.com>
Fri, 17 Nov 2023 15:24:36 +0000 (15:24 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 17 Nov 2023 15:43:12 +0000 (15:43 +0000)
openpower/isa/pifpstoreshift.mdwn

index a91570b474ec1b5babebaacbb8963404dcf98cde..f0c47b9e7a526042a5be25ef2383305ae6cf16b2 100644 (file)
@@ -38,13 +38,14 @@ X-Form
 
 Pseudo-code:
 
-    EA <- (RA) + (RB)
+    EA <- (RA) + (RB)<<(SH+1)
     MEM(RA, 8)<- (FRS)
     RA <- EA
 
 Description:
 
-    Let the effective address (EA) be the sum (RA)+(RB).
+    Let the effective address (EA) be the sum of the contents of
+    register RB shifted by (SH+1), and the contents of register RA.
 
     The contents of register FRS are stored into the dou-
     bleword in storage addressed by RA.