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:
4d30281
)
Added English Language description for stfdx instruction
author
Shriya Sharma
<shriya@redsemiconductor.com>
Tue, 3 Oct 2023 10:35:44 +0000
(11:35 +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 ed38ad39d70f7834127a83d22f9e0a6150e751c4..71ea2114473d78fced2e86481a334cd3e348f189 100644
(file)
--- a/
openpower/isa/fpstore.mdwn
+++ b/
openpower/isa/fpstore.mdwn
@@
-137,6
+137,13
@@
Pseudo-code:
EA <- (RA|0) + (RB)
MEM(EA, 8)<- (FRS)
+Description:
+
+ Let the effective address (EA) be the sum (RA|0)+(RB).
+
+ The contents of register FRS are stored into the dou-
+ bleword in storage addressed by EA.
+
Special Registers Altered:
None