From: Shriya Sharma Date: Tue, 3 Oct 2023 10:21:55 +0000 (+0100) Subject: Added English Language description for lfsx instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c666ac7bc07bcaa2f6d233827fb46591137323b4;p=openpower-isa.git Added English Language description for lfsx instruction --- diff --git a/openpower/isa/fpload.mdwn b/openpower/isa/fpload.mdwn index ccc8a374..9e16cc9e 100644 --- a/openpower/isa/fpload.mdwn +++ b/openpower/isa/fpload.mdwn @@ -36,6 +36,15 @@ Pseudo-code: EA <- (RA|0) + (RB) FRT <- DOUBLE(MEM(EA, 4)) +Description: + + Let the effective address (EA) be the sum (RA|0)+(RB). + + 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