(no commit message)
authorlkcl <lkcl@web>
Wed, 17 Mar 2021 20:50:11 +0000 (20:50 +0000)
committerIkiWiki <ikiwiki.info>
Wed, 17 Mar 2021 20:50:11 +0000 (20:50 +0000)
openpower/sv/implementation.mdwn

index 38b917b1e6705f6334182734fff46a1785852921..aff1ad04f7481f0febf7cd5fccb2420066d07704 100644 (file)
@@ -21,7 +21,7 @@ Links:
  (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
 
@@ -188,10 +188,19 @@ At the same time the `Rc=1` CR offsets normslly CR0 and CR1 for fixed and FP sca
 
 ## 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