From: Shriya Sharma Date: Tue, 3 Oct 2023 10:29:58 +0000 (+0100) Subject: Added English Language description for lfiwzx instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6c5984b25f3cc90c7294b6a667c3f3cf169616a1;p=openpower-isa.git Added English Language description for lfiwzx instruction --- diff --git a/openpower/isa/fpload.mdwn b/openpower/isa/fpload.mdwn index 6e83857e..d2bc4185 100644 --- a/openpower/isa/fpload.mdwn +++ b/openpower/isa/fpload.mdwn @@ -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