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

index 291fad549fcd434c1ef35782588cb66f6fb995a9..fe50bc7fa27e0b411a1e4fb74396de2d54b6ee90 100644 (file)
@@ -186,7 +186,7 @@ as if this were a straight OpenPOWER v3.0B non-augmented instruction.
 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.
+* VINSERT: the predicate may be set as a single bit, the sources are 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.