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:
ecc1430
)
Added English Language description for stfsux instruction
author
Shriya Sharma
<shriya@redsemiconductor.com>
Tue, 3 Oct 2023 10:34:11 +0000
(11:34 +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 affb8e17a81759287b79b1aa9348ce9adece9c7b..0619009f2c799480cb54f5c6d49ea43e173419ca 100644
(file)
--- a/
openpower/isa/fpstore.mdwn
+++ b/
openpower/isa/fpstore.mdwn
@@
-88,6
+88,18
@@
Pseudo-code:
MEM(EA, 4)<- SINGLE( (FRS) )
RA <- EA
+Description:
+
+ Let the effective address (EA) be the sum (RA) +(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.
+
+ EA is placed into register RA.
+
+ If RA=0, the instruction form is invalid.
+
Special Registers Altered:
None