projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b2775a
)
add headers
author
programmerjake
<programmerjake@web>
Thu, 27 Jun 2019 22:34:30 +0000
(23:34 +0100)
committer
IkiWiki
<ikiwiki.info>
Thu, 27 Jun 2019 22:34:30 +0000
(23:34 +0100)
simple_v_extension/specification/sv.setvl.mdwn
patch
|
blob
|
history
diff --git
a/simple_v_extension/specification/sv.setvl.mdwn
b/simple_v_extension/specification/sv.setvl.mdwn
index b9a1730e25560a7e0dff29a9e7bf2ae84bb1fede..bc237bf5b562f3ab3ef45733b722255a5a592606 100644
(file)
--- a/
simple_v_extension/specification/sv.setvl.mdwn
+++ b/
simple_v_extension/specification/sv.setvl.mdwn
@@
-58,6
+58,8
@@
notes:
* the above 4 fit into the "rs2 == x0" case, leaving "rs2 != x0" for
brownfield encodings.
+# original encoding
+
The encoding I (programmerjake) was planning on using is:
| 31|30 20|19 15|14 12|11 7|6 0| name |
@@
-69,7
+71,7
@@
The encoding I (programmerjake) was planning on using is:
It leaves space for future expansion to RV128 and/or multi-register predicates.
-pseudocode:
+# pseudocode
regs = [0u64; 128];
vl = 0;