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

index bbed438f76eec9c71342802071dcc64f95844051..ea2c5fb45efa2f02177e9bbcaa208820275db8fb 100644 (file)
@@ -195,6 +195,8 @@ the default for SUBVL is 1 and its encoding is 0b00 to indicate that SUBVL is ef
 
 One bit (`MASKMODE`) indicates the mode: CR or Int predication.   The two types may not be mixed.
 
+Special note: to get default behaviour (SV disabled) this field must be set to zero in combination with Integer Predication also being set to 0b000. this has the effect of enabling "all 1s" in the predicate mask, which is equivalent to "not having any predication at all" and consequently, in combination with all other default zeros, fully disables SV.
+
 | MASK_KIND Value | Description                                          |
 |-----------------|------------------------------------------------------|
 | 0               | MASK/MASK_SRC are encoded using Integer Predication  |