From: Shriya Sharma Date: Tue, 3 Oct 2023 10:35:02 +0000 (+0100) Subject: Added English Language description for stfd instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=226fa10bcbadf72f45175c33af09fd471df0af8e;p=openpower-isa.git Added English Language description for stfd instruction --- diff --git a/openpower/isa/fpstore.mdwn b/openpower/isa/fpstore.mdwn index 0619009f..ed38ad39 100644 --- a/openpower/isa/fpstore.mdwn +++ b/openpower/isa/fpstore.mdwn @@ -115,6 +115,13 @@ Pseudo-code: EA <- (RA|0) + EXTS(D) MEM(EA, 8)<- (FRS) +Description: + + Let the effective address (EA) be the sum (RA|0)+D. + + The contents of register FRS are stored into the dou- + bleword in storage addressed by EA. + Special Registers Altered: None