From 7b13ea4183d230f2ce97399ab8527d7fc6e83855 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 3 Oct 2023 11:21:02 +0100 Subject: [PATCH] Added English Language description for lfs instruction --- openpower/isa/fpload.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.30.2