From: Shriya Sharma Date: Tue, 3 Oct 2023 10:35:44 +0000 (+0100) Subject: Added English Language description for stfdx instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=903be8e289525647e6fd930c51c5fe44f16a1d5d;p=openpower-isa.git Added English Language description for stfdx instruction --- 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