(no commit message)
authorlkcl <lkcl@web>
Fri, 11 Dec 2020 02:07:02 +0000 (02:07 +0000)
committerIkiWiki <ikiwiki.info>
Fri, 11 Dec 2020 02:07:02 +0000 (02:07 +0000)
openpower/sv/svp_rewrite/svp64.mdwn

index ece821324ddd62661409120e908ca003f9bc4caa..3420480427f4cc5972bba5d5480c020bf97a5ed6 100644 (file)
@@ -47,7 +47,7 @@ Integer based predication.  Twin predication uses the same encoding thus allowin
 | 0110  | R30               | Element `i` is enabled if `R30 & (1 << i)` is non-zero |
 | 0111  | ~R30              | Element `i` is enabled if `R30 & (1 << i)` is zero     |
 
-CR based predication.  TODO: select alternate CR for twin predication.  Overlap of the two CR based predicates must be taken into account, so the starting point for one of them must be suitably high, or accept that for twin predication VL must not exceed the range where overlap will occur, *or* that they use the same starting point but select different *bits* of the same CRs
+CR based predication.  TODO: select alternate CR for twin predication? see [[discussion]]  Overlap of the two CR based predicates must be taken into account, so the starting point for one of them must be suitably high, or accept that for twin predication VL must not exceed the range where overlap will occur, *or* that they use the same starting point but select different *bits* of the same CRs
 
 | Value | Mnemonic          | Description                                            |
 |-------|-------------------|--------------------------------------------------------|