From: Shriya Sharma Date: Tue, 3 Oct 2023 10:21:02 +0000 (+0100) Subject: Added English Language description for lfs instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7b13ea4183d230f2ce97399ab8527d7fc6e83855;p=openpower-isa.git Added English Language description for lfs instruction --- diff --git a/openpower/isa/fpload.mdwn b/openpower/isa/fpload.mdwn index 05cbfcdd..ccc8a374 100644 --- a/openpower/isa/fpload.mdwn +++ b/openpower/isa/fpload.mdwn @@ -13,6 +13,14 @@ Pseudo-code: EA <- (RA|0) + EXTS(D) FRT <- DOUBLE(MEM(EA, 4)) +Description: + + Let the effective address (EA) be the sum (RA|0)+D. + The word in storage addressed by EA is interpreted as + a floating-point single-precision operand. This word is + converted to floating-point double format (see + page 138) and placed into register FRT. + Special Registers Altered: None