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

index 05cbfcdd8269a2cad1f3b8a67be1d1fc186f763f..ccc8a37426e75519fb58ad830c5f2776bb4f3082 100644 (file)
@@ -13,6 +13,14 @@ Pseudo-code:
     EA <- (RA|0) + EXTS(D)
     FRT <- DOUBLE(MEM(EA, 4))
 
+Description:
+
+    Let the effective address (EA) be the sum (RA|0)+D.
+    The word in storage addressed by EA is interpreted as
+    a floating-point single-precision operand. This word is
+    converted to floating-point double format (see
+    page 138) and placed into register FRT.
+
 Special Registers Altered:
 
     None