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

index eb00e3b3e040f8ea3ebf1ad9ad43b93d5bb32241..d2dd27ab86656e08567cad6172678c00292bc4ff 100644 (file)
@@ -163,6 +163,17 @@ Pseudo-code:
     FRT <- MEM(EA, 8)
     RA <- EA
 
+Description:
+
+    Let the effective address (EA) be the sum (RA)+D.
+
+    The doubleword in storage addressed by EA is loaded
+    into register FRT.
+
+    EA is placed into register RA.
+
+    If RA=0, the instruction form is invalid.
+
 Special Registers Altered:
 
     None