projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8912219
)
whoops missed brackets
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 4 Apr 2020 16:21:26 +0000
(17:21 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 4 Apr 2020 16:21:26 +0000
(17:21 +0100)
openpower/isa/fixedload.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/fixedload.mdwn
b/openpower/isa/fixedload.mdwn
index 1ee26d7e61ed8037d2e81c06c531743372e2e0dc..e43f8f2f65baf67b06cfa27e4e39c9f24e1bc447 100644
(file)
--- a/
openpower/isa/fixedload.mdwn
+++ b/
openpower/isa/fixedload.mdwn
@@
-375,9
+375,9
@@
X-Form
EA <- b + (RB)
load_data <- MEM(EA, 8)
RT <- (load_data[56:63] || load_data[48:55]
- || load_data[40:47 || load_data[32:39]
- || load_data[24:31 || load_data[16:23]
- || load_data[8:15 || load_data[0:7])
+ || load_data[40:47
]
|| load_data[32:39]
+ || load_data[24:31
]
|| load_data[16:23]
+ || load_data[8:15
]
|| load_data[0:7])
Special Registers Altered: