(no commit message)
authorlkcl <lkcl@web>
Wed, 30 Dec 2020 19:34:50 +0000 (19:34 +0000)
committerIkiWiki <ikiwiki.info>
Wed, 30 Dec 2020 19:34:50 +0000 (19:34 +0000)
openpower/sv/svp64.mdwn

index 1c37020165b63fca49304fd95f7dfbbd63b38857..9db2e1969bcda036b63e0925b7481c803b26dc42 100644 (file)
@@ -285,6 +285,8 @@ this may be considered to be elements 0b00 to 0b01 inclusive.
 
 # MASK/MASK_SRC & MASK_KIND Encoding
 
+TODO: rename MASK_KIND to MASKMODE
+
 One bit (`MASKMODE`) indicates the mode: CR or Int predication.   The two
 types may not be mixed.
 
@@ -295,10 +297,10 @@ mask, which is equivalent to "not having any predication at all"
 and consequently, in combination with all other default zeros, fully
 disables SV.
 
-| Value | Description                                          |
-|-------|------------------------------------------------------|
-| 0     | MASK/MASK_SRC are encoded using Integer Predication  |
-| 1     | MASK/MASK_SRC are encoded using CR-based Predication |
+| MASK\_KIND Value | Description                                          |
+|-----------|------------------------------------------------------|
+| 0         | MASK/MASK_SRC are encoded using Integer Predication  |
+| 1         | MASK/MASK_SRC are encoded using CR-based Predication |
 
 Integer Twin predication has a second set of 3 bits that uses the same
 encoding thus allowing either the same register (r3 or r10) to be used