(no commit message)
authorlkcl <lkcl@web>
Fri, 25 Dec 2020 01:43:48 +0000 (01:43 +0000)
committerIkiWiki <ikiwiki.info>
Fri, 25 Dec 2020 01:43:48 +0000 (01:43 +0000)
openpower/sv/overview.mdwn

index 98371c2263ab74f05ec75efbbadf81da584c2237..0b4d5c7069c65017ace4991ec2c97bcdcedd971d 100644 (file)
@@ -104,7 +104,7 @@ If all three registers are marked as Vector then the "traditional" predicated Ve
 Single Predication therefore provides several modes traditionally seen in Vector ISAs:
 
 * the predicate may be set as a single bit, the sources are scalar and the destination a vector: this gives VINSERT (VINDEX) behaviour.
-* VSPLAT (result broadcasting) is provided by making the sources scalar and the destination a vector.
+* VSPLAT (result broadcasting) is provided by making the sources scalar and the destination a vector, and having no predicate set or having multiple bits set.
 * VSELECT is provided by setting up (at least one of) the sources as a vector, using a single bit in olthe predicate, and the destination as a scalar.
 
 # Predicate "zeroing" mode