From b5b3029ceb17a320b58ed5e809f745690f8307c7 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Fri, 17 Nov 2023 15:24:36 +0000 Subject: [PATCH] Added English language description for stfdux instruction --- openpower/isa/pifpstoreshift.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openpower/isa/pifpstoreshift.mdwn b/openpower/isa/pifpstoreshift.mdwn index a91570b4..f0c47b9e 100644 --- a/openpower/isa/pifpstoreshift.mdwn +++ b/openpower/isa/pifpstoreshift.mdwn @@ -38,13 +38,14 @@ X-Form Pseudo-code: - EA <- (RA) + (RB) + EA <- (RA) + (RB)<<(SH+1) MEM(RA, 8)<- (FRS) RA <- EA Description: - Let the effective address (EA) be the sum (RA)+(RB). + Let the effective address (EA) be the sum of the contents of + register RB shifted by (SH+1), and the contents of register RA. The contents of register FRS are stored into the dou- bleword in storage addressed by RA. -- 2.30.2