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:
11a187c
)
Added English Language description for stw instruction
author
Shriya Sharma
<shriya@redsemiconductor.com>
Tue, 3 Oct 2023 09:58:07 +0000
(10:58 +0100)
committer
Shriya Sharma
<shriya@redsemiconductor.com>
Tue, 3 Oct 2023 09:58:07 +0000
(10:58 +0100)
openpower/isa/fixedstore.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/fixedstore.mdwn
b/openpower/isa/fixedstore.mdwn
index 2dcf6626f94e6230611fe18292aed05349d01898..f8db909c5b3f91e7ec1946283527b888e22207e2 100644
(file)
--- a/
openpower/isa/fixedstore.mdwn
+++ b/
openpower/isa/fixedstore.mdwn
@@
-218,6
+218,12
@@
Pseudo-code:
EA <- b + EXTS(D)
MEM(EA, 4) <- (RS)[XLEN-32:XLEN-1]
+Description:
+
+Let the effective address (EA) be the sum (RA|0)+ D.
+RS[32:63] are stored into the word in storage addressed
+by EA.
+
Special Registers Altered:
None