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