bug #1183: attempt first ddffirst mapreduce mode
[openpower-isa.git] / openpower / isa / fpload.mdwn
index 6e83857e123f280e79b8b2ada23dab6df0f6bdfa..c849ca8fc17ef3627af9a1787ac175f7d514151e 100644 (file)
@@ -16,6 +16,7 @@ Pseudo-code:
 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
@@ -239,6 +240,13 @@ Pseudo-code:
     EA <- (RA|0) + (RB)
     FRT <- [0]*32 || MEM(EA, 4)
 
+Description:
+
+    Let the effective address (EA) be the sum (RA|0)+(RB).
+
+    The word in storage addressed by EA is loaded into
+    FRT [32:63]. FRT [0:31] are set to 0.
+
 Special Registers Altered:
 
     None