(no commit message)
authorlkcl <lkcl@web>
Wed, 20 Apr 2022 16:52:14 +0000 (17:52 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 20 Apr 2022 16:52:14 +0000 (17:52 +0100)
openpower/sv/biginteger.mdwn

index fd26967eae54eba7d6d29e2044748b5fe7a6c672..464b4c4e3b13fd8a82c88fa54ffe1e788ff7f4ba 100644 (file)
@@ -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]]