From 48918a0878a3c8866dc9d20258fe288f345e2ef7 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Fri, 17 Nov 2023 15:22:08 +0000 Subject: [PATCH] Added English language description for lfdupsx instruction --- openpower/isa/pifploadshift.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openpower/isa/pifploadshift.mdwn b/openpower/isa/pifploadshift.mdwn index 246d3886..d87bbfb4 100644 --- a/openpower/isa/pifploadshift.mdwn +++ b/openpower/isa/pifploadshift.mdwn @@ -40,13 +40,14 @@ X-Form Pseudo-code: - EA <- (RA) + (RB) + EA <- (RA) + (RB)<<(SH+1) FRT <- MEM(RA, 8) 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 doubleword in storage addressed by EA is loaded into register FRT. -- 2.30.2