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:
87f14dc
)
Added English Language description for std instruction
author
Shriya Sharma
<shriya@redsemiconductor.com>
Tue, 3 Oct 2023 10:03:39 +0000
(11:03 +0100)
committer
Shriya Sharma
<shriya@redsemiconductor.com>
Tue, 3 Oct 2023 10:03:39 +0000
(11:03 +0100)
openpower/isa/fixedstore.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/fixedstore.mdwn
b/openpower/isa/fixedstore.mdwn
index 4809a635f2adddea4a292b31a3b2cc00cd0efcf1..1a331155a85d3c60b39791a994fb0acc3cc7f208 100644
(file)
--- a/
openpower/isa/fixedstore.mdwn
+++ b/
openpower/isa/fixedstore.mdwn
@@
-318,6
+318,12
@@
Pseudo-code:
EA <- b + EXTS(DS || 0b00)
MEM(EA, 8) <- (RS)
+Description:
+
+Let the effective address (EA) be the sum
+(RA|0)+ (DS||0b00). (RS) is stored into the doubleword
+in storage addressed by EA.
+
Special Registers Altered:
None