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