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:
1b5a13f
)
fixedstore: switch sth to XLEN
author
Dmitry Selyutin
<dmitry.selyutin@3mdeb.com>
Fri, 3 Sep 2021 17:38:37 +0000
(17:38 +0000)
committer
Dmitry Selyutin
<dmitry.selyutin@3mdeb.com>
Fri, 3 Sep 2021 17:38:37 +0000
(17:38 +0000)
openpower/isa/fixedstore.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/fixedstore.mdwn
b/openpower/isa/fixedstore.mdwn
index 1a2d228c9488d807de7cbbb00a880b41730fe068..1c986266a2210d480bf9c6fbc7d9260952507019 100644
(file)
--- a/
openpower/isa/fixedstore.mdwn
+++ b/
openpower/isa/fixedstore.mdwn
@@
-88,7
+88,7
@@
Pseudo-code:
b <- (RA|0)
EA <- b + EXTS(D)
- MEM(EA, 2) <- (RS)[
48:63
]
+ MEM(EA, 2) <- (RS)[
XLEN-16:XLEN-1
]
Special Registers Altered: