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

index 3420480427f4cc5972bba5d5480c020bf97a5ed6..f5d8dc24f18b26a03ada02be2c50e91c52cc872e 100644 (file)
@@ -39,7 +39,7 @@ Integer based predication.  Twin predication uses the same encoding thus allowin
 | Value | Mnemonic          | Description                                            |
 |-------|-------------------|--------------------------------------------------------|
 | 0000  | -                 | Reserved (causes an illegal instruction trap)          |
-| 0001  | ALWAYS (implicit) | Operation is not masked                                |
+| 0001  | ALWAYS (implicit) | Operation is not masked  see [[discussion]]                              |
 | 0010  | R3                | Element `i` is enabled if `R3 & (1 << i)` is non-zero  |
 | 0011  | ~R3               | Element `i` is enabled if `R3 & (1 << i)` is zero      |
 | 0100  | R10               | Element `i` is enabled if `R10 & (1 << i)` is non-zero |