From: Shriya Sharma Date: Tue, 3 Oct 2023 10:31:27 +0000 (+0100) Subject: Added English Language description for stfs instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b6cbb14854c708c457e6200f1d9d5625112d9094;p=openpower-isa.git Added English Language description for stfs instruction --- diff --git a/openpower/isa/fpstore.mdwn b/openpower/isa/fpstore.mdwn index d9596c2f..0e666dbd 100644 --- a/openpower/isa/fpstore.mdwn +++ b/openpower/isa/fpstore.mdwn @@ -13,6 +13,14 @@ Pseudo-code: EA <- (RA|0) + EXTS(D) MEM(EA, 4)<- SINGLE( (FRS) ) +Description: + + Let the effective address (EA) be the sum (RA|0)+D. + + The contents of register FRS are converted to single + format (see page 142) and stored into the word in stor- + age addressed by EA. + Special Registers Altered: None