(no commit message)
authorlkcl <lkcl@web>
Mon, 21 Dec 2020 04:18:08 +0000 (04:18 +0000)
committerIkiWiki <ikiwiki.info>
Mon, 21 Dec 2020 04:18:08 +0000 (04:18 +0000)
openpower/sv/svp_rewrite/svp64.mdwn

index c643846f69c548582f40e0a8a245d5736b4a430d..fc312285ca9411b330c5dee1f93ef829fb45fe6e 100644 (file)
@@ -481,8 +481,9 @@ This is a huge list that creates extremely powerful combinations,
 particularly given that one of the predicate options is `(1<<r3)`
 
 Additional unusual capabilities of Twin Predication include a back-to-back
-version of VCOMPRESS-VEXPAND which is effectively the ability to do an
-ordered multiple VINSERT.
+version of VCOMPRESS-VEXPAND which is effectively the ability to do 
+sequentially ordered multiple VINSERTs.  The source predicate selects a 
+sequentially ordered subset of elements to be inserted; the destination predicate specifies the sequentially ordered recipient locations.
 
 ## Rounding, clamp and saturate
 
@@ -589,8 +590,6 @@ and dest.
         result = op(result, iregs[RA+i].z)
         iregs[RT+i] = result
 
-
-
 ## Fail-on-first
 
 Data-dependent fail-on-first has two distinct variants: one for LD/ST,