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:
5e451a5
)
fixedload: switch lbzu to XLEN
author
Dmitry Selyutin
<dmitry.selyutin@3mdeb.com>
Mon, 30 Aug 2021 08:42:37 +0000
(08:42 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 31 Aug 2021 11:12:46 +0000
(12:12 +0100)
openpower/isa/fixedload.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/fixedload.mdwn
b/openpower/isa/fixedload.mdwn
index 16db762db6e31c55ef68c39a654232c44c61fba9..1a807c410f727ec00858211d61443272a9fca813 100644
(file)
--- a/
openpower/isa/fixedload.mdwn
+++ b/
openpower/isa/fixedload.mdwn
@@
-67,7
+67,7
@@
D-Form
Pseudo-code:
EA <- (RA) + EXTS(D)
- RT <-
[0] * 56
|| MEM(EA, 1)
+ RT <-
([0] * (XLEN-8))
|| MEM(EA, 1)
RA <- EA
Special Registers Altered: