projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d49a8cb
)
(no commit message)
author
lkcl
<lkcl@web>
Wed, 20 Apr 2022 16:52:14 +0000
(17:52 +0100)
committer
IkiWiki
<ikiwiki.info>
Wed, 20 Apr 2022 16:52:14 +0000
(17:52 +0100)
openpower/sv/biginteger.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/biginteger.mdwn
b/openpower/sv/biginteger.mdwn
index fd26967eae54eba7d6d29e2044748b5fe7a6c672..464b4c4e3b13fd8a82c88fa54ffe1e788ff7f4ba 100644
(file)
--- a/
openpower/sv/biginteger.mdwn
+++ b/
openpower/sv/biginteger.mdwn
@@
-162,6
+162,14
@@
fact big-integer multiply (more specifically, mul-and-subtract).
RT = lowerhalf(product)
RS = upperhalf(product)
+# Instructions
+
+**DRAFT** These are both VA-Form:
+
+|0 5|6 10|11 15|16 20|21|22 |26 31|
+|-------|------|-------|-------|--|---|-------|
+| EXT04 | RT | RA | RB | RC | XO |
+
# Appendix
see [[appendix]]