From: Shriya Sharma Date: Tue, 3 Oct 2023 10:25:09 +0000 (+0100) Subject: Added English Language description for lfd instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8d4543a0ea22b4ebb14dc6ed72c3ac6be1dfb1ea;p=openpower-isa.git Added English Language description for lfd instruction --- diff --git a/openpower/isa/fpload.mdwn b/openpower/isa/fpload.mdwn index 197b5c98..47276e1e 100644 --- a/openpower/isa/fpload.mdwn +++ b/openpower/isa/fpload.mdwn @@ -118,6 +118,13 @@ Pseudo-code: EA <- (RA|0) + EXTS(D) FRT <- MEM(EA, 8) +Description: + + Let the effective address (EA) be the sum (RA|0)+D. + + The doubleword in storage addressed by EA is loaded + into register FRT. + Special Registers Altered: None