From: Shriya Sharma Date: Tue, 3 Oct 2023 10:32:22 +0000 (+0100) Subject: Added English Language description for stfsx instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=145138a1ecdddfb41e6fe2c174c7f345ec117e7b;p=openpower-isa.git Added English Language description for stfsx instruction --- diff --git a/openpower/isa/fpstore.mdwn b/openpower/isa/fpstore.mdwn index 0e666dbd..6103753a 100644 --- a/openpower/isa/fpstore.mdwn +++ b/openpower/isa/fpstore.mdwn @@ -36,6 +36,14 @@ Pseudo-code: EA <- (RA|0) + (RB) MEM(EA, 4)<- SINGLE( (FRS) ) +Description: + + Let the effective address (EA) be the sum (RA|0)+(RB). + + 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