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

index 3ec13b6a1ae78fec149489e258ea695711de1263..6e83857e123f280e79b8b2ada23dab6df0f6bdfa 100644 (file)
@@ -216,6 +216,14 @@ Pseudo-code:
     EA <- (RA|0) + (RB)
     FRT <- EXTS(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 filled with a copy of bit 0 of the
+    loaded word.
+
 Special Registers Altered:
 
     None