From 0f4ca5951f981af8f665779f410534b5400098f0 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 3 Oct 2023 11:37:36 +0100 Subject: [PATCH] Added English Language description for stfdux instruction --- openpower/isa/fpstore.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/openpower/isa/fpstore.mdwn b/openpower/isa/fpstore.mdwn index a52ee68f..6b1bab9a 100644 --- a/openpower/isa/fpstore.mdwn +++ b/openpower/isa/fpstore.mdwn @@ -187,6 +187,17 @@ Pseudo-code: MEM(EA, 8)<- (FRS) RA <- EA +Description: + + Let the effective address (EA) be the sum (RA)+(RB). + + The contents of register FRS are stored into the dou- + bleword in storage addressed by EA. + + EA is placed into register RA. + + If RA=0, the instruction form is invalid. + Special Registers Altered: None -- 2.30.2