projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f824c5
)
add SLL SRL
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 11 Apr 2018 22:30:33 +0000
(23:30 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 11 Apr 2018 22:30:33 +0000
(23:30 +0100)
simple_v_extension.mdwn
patch
|
blob
|
history
diff --git
a/simple_v_extension.mdwn
b/simple_v_extension.mdwn
index 1c0741d9bb32d7073af6a6178e1692883c7c9186..c0a8f8b24c5d459e26a98e0c1a1f2e4a3d2e4e91 100644
(file)
--- a/
simple_v_extension.mdwn
+++ b/
simple_v_extension.mdwn
@@
-794,8
+794,8
@@
Table of RV32V Instructions
| ----- | --- | | |
| VADD | FADD | ADD | |
| VSUB | FSUB | SUB | |
-| VSL | | | |
-| VSR | | | |
+| VSL | |
SLL
| |
+| VSR | |
SRL
| |
| VAND | | AND | |
| VOR | | OR | |
| VXOR | | XOR | |