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:
772ce98
)
fixedload: switch lbz to XLEN
author
Dmitry Selyutin
<dmitry.selyutin@3mdeb.com>
Mon, 30 Aug 2021 08:41:16 +0000
(08:41 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 31 Aug 2021 11:13:55 +0000
(12:13 +0100)
openpower/isa/fixedload.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/fixedload.mdwn
b/openpower/isa/fixedload.mdwn
index 607a247a1492a3844fd2defebbcac2a9e1494323..9d7d8ce642c4578be8d772439b5773dac3b8bcc2 100644
(file)
--- a/
openpower/isa/fixedload.mdwn
+++ b/
openpower/isa/fixedload.mdwn
@@
-36,7
+36,7
@@
Pseudo-code:
b <- (RA|0)
EA <- b + EXTS(D)
- RT <-
[0]*56
|| MEM(EA, 1)
+ RT <-
([0] * (XLEN-8))
|| MEM(EA, 1)
Special Registers Altered: