From 723e49e18a9777da069f2101a29723a4e15ef071 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 3 Oct 2023 11:35:44 +0100 Subject: [PATCH] Added English Language description for stfdx instruction --- openpower/isa/fpstore.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/openpower/isa/fpstore.mdwn b/openpower/isa/fpstore.mdwn index ed38ad39..71ea2114 100644 --- a/openpower/isa/fpstore.mdwn +++ b/openpower/isa/fpstore.mdwn @@ -137,6 +137,13 @@ Pseudo-code: EA <- (RA|0) + (RB) MEM(EA, 8)<- (FRS) +Description: + + Let the effective address (EA) be the sum (RA|0)+(RB). + + The contents of register FRS are stored into the dou- + bleword in storage addressed by EA. + Special Registers Altered: None -- 2.30.2