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

index b7edc63136b8e8d16e211d59815a766e0c1a0996..98371c2263ab74f05ec75efbbadf81da584c2237 100644 (file)
@@ -101,7 +101,11 @@ A particularly interesting case is if the destination is scalar, and the first f
 
 If all three registers are marked as Vector then the "traditional" predicated Vector behaviour is provided.  Yet, just as before, all other options are still provided, right the way back to the pure-scalar case, as if this were a straight OpenPOWER v3.0B non-augmented instruction.
 
-Predication therefore provides several modes traditionally seen in Vector ISAs, particularly if the predicate may be set conveniently as a single bit: this gives VINSERT (VINDEX) behaviour.  VSPLAT (result broadcasting) is provided by making the sources scalar and the destination a vector.  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.
+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.
+* 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