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

index 197b5c98e97480f8a41692fd6f097f8fc8ff6074..47276e1ee81768be367929ecd8c85d26505d23d8 100644 (file)
@@ -118,6 +118,13 @@ Pseudo-code:
     EA <- (RA|0) + EXTS(D)
     FRT <- MEM(EA, 8)
 
+Description:
+
+    Let the effective address (EA) be the sum (RA|0)+D.
+
+    The doubleword in storage addressed by EA is loaded
+    into register FRT.
+
 Special Registers Altered:
 
     None