(no commit message)
authorlkcl <lkcl@web>
Fri, 6 Aug 2021 09:34:40 +0000 (10:34 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 6 Aug 2021 09:34:40 +0000 (10:34 +0100)
openpower/sv/branches.mdwn

index d579baf26e74ee6a1f5c35bdb2d30071b5feffe2..1e1dafb6b14cface45ea7f106bfffc1a37adedef 100644 (file)
@@ -94,15 +94,14 @@ controlled by the Predicate mask. This is particularly useful in `VLSET`
 mode, which will truncate SVSTATE.VL at the point of the first failed
 test.*)
 
-SVP64 RM `MODE` for Branch Conditional:
-
-| 0-1 |  2  |  3   4  |  description              |
-| --- | --- |---------|-------------------------- |
-| 00  | SNZ |  ALL sz | normal mode                      |
-| 01  | VLI |  ALL sz | VLSET mode                      |
-| 10  | SNZ |  ALL sz | svstep mode                      |
-| 11  | VLI |  ALL sz | svstep VLSET mode, in Horizontal-First        |
-| 11  | VLI |  SNZ sz | svstep VLSET mode, in Vertical-First    |
+SVP64 RM `MODE` (includes `ELWIDTH` bits) for Branch Conditional:
+
+| 4 | 5 | 19 | 20 |  21 |  22   23  |  description              |
+| - | - | -- | -- | --- |---------|-------------------------- |
+|ALL| / | 0  | 0  | /   |  SNZ sz | normal mode                      |
+|ALL| / | 0  | 1  | VLI |  SNZ sz | VLSET mode                      |
+|ALL| / | 1  | 0  | /   |  SNZ sz | svstep mode                      |
+|ALL| / | 1  | 1  | VLI |  SNZ sz | svstep+VLSET mode    |
 
 Fields: