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