projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8b6563
)
syntax corrections
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 5 Apr 2020 11:42:23 +0000
(12:42 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 5 Apr 2020 11:42:23 +0000
(12:42 +0100)
openpower/isa/fixedshift.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/fixedshift.mdwn
b/openpower/isa/fixedshift.mdwn
index e3de08dee686eb3adf295c117949f09a350ee4c0..0b3ea882578d0366dccaae91a955c726774cb2a0 100644
(file)
--- a/
openpower/isa/fixedshift.mdwn
+++ b/
openpower/isa/fixedshift.mdwn
@@
-298,7
+298,7
@@
X-Form
if (RB)[57] = 0 then
m <- MASK(n, 63)
else m <- [0]*64
- s <- (RS)
0
+ s <- (RS)
[0]
RA <- r&m | ([s]*64)& ¬m
carry <- s & ((r&¬m) != 0)
CA <- carry