projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e3c127
)
(no commit message)
author
cand@51b69dee28eeccfe0f04790433b843689895c6e3
<cand@web>
Thu, 10 Dec 2020 18:22:17 +0000
(18:22 +0000)
committer
IkiWiki
<ikiwiki.info>
Thu, 10 Dec 2020 18:22:17 +0000
(18:22 +0000)
openpower/sv/av_opcodes.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/av_opcodes.mdwn
b/openpower/sv/av_opcodes.mdwn
index 5263eebc9ed7e58c92f59d5f5e31b6435b4ec5db..3393898ac7732462036c0b4ce28b433503a8a7da 100644
(file)
--- a/
openpower/sv/av_opcodes.mdwn
+++ b/
openpower/sv/av_opcodes.mdwn
@@
-109,7
+109,7
@@
For 8,16,32,64, resulting in 8,16,32,64,128.
## vec_rl - rotate left
- (a << x) | (a >> (WIDTH - x)
+ (a << x) | (a >> (WIDTH - x)
)
## vec_sel - bitwise select