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

index 6e83857e123f280e79b8b2ada23dab6df0f6bdfa..d2bc4185d3577998bf4f90ce8d59926ac9bed96f 100644 (file)
@@ -239,6 +239,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