projects
/
openpower-isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25080e6
)
Added English Language description for stfs instruction
author
Shriya Sharma
<shriya@redsemiconductor.com>
Tue, 3 Oct 2023 10:31:27 +0000
(11:31 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 29 Oct 2023 08:54:37 +0000
(08:54 +0000)
openpower/isa/fpstore.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/fpstore.mdwn
b/openpower/isa/fpstore.mdwn
index d9596c2f0b4a4375117b16d49e1ab748f65b3674..0e666dbda57f22bd97312c2573c258a020bf422d 100644
(file)
--- 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