(instruction form SVL-Form, field designations, pseudocode, SPR allocation)
* <https://bugs.libre-soc.org/show_bug.cgi?id=615> agree sv assembly syntax
* <https://bugs.libre-soc.org/show_bug.cgi?id=617> TestIssuer add single/twin Predication
-* <https://bugs.libre-soc.org/show_bug.cgi?id=617> ISACaller add single/twin Predication
+* <https://bugs.libre-soc.org/show_bug.cgi?id=618> ISACaller add single/twin Predication
# Code to convert
## Single and Twin Predication
-both CR and INT predication is needed
+both CR and INT predication is needed, as well as zeroing in both
+
+* INT-based single: TODO
+* CR-based single: TODO
+* INT-based twin: TODO
+* CR-based twin: TODO
+* Zeroing single: TODO
+* Zeroing twin: TODO
+
+Progress:
* TestIssuer <https://bugs.libre-soc.org/show_bug.cgi?id=617>
-* ISACaller <https://bugs.libre-soc.org/show_bug.cgi?id=617>
+* ISACaller <https://bugs.libre-soc.org/show_bug.cgi?id=618>
* power-gem5: TODO
* Microwatt: TODO