(no commit message)
authorlkcl <lkcl@web>
Mon, 27 Jun 2022 10:43:36 +0000 (11:43 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 27 Jun 2022 10:43:36 +0000 (11:43 +0100)
openpower/sv/mv.swizzle.mdwn

index fc3069d6bad35d909a234ed5d5e9355501c03439..7273e46407b2ce201e128f7fd9a3797e7a18a28f 100644 (file)
@@ -71,7 +71,8 @@ In very simplistic terms the relationship between swizzle indices
 
     dest[i] = src[swiz[i]]
 
-Note that 7 options are needed (not 6) because option 0b000 allows static 
+Note that 8 options are needed (not 6) because option 0b001 encodes
+the subvector length, and option 0b000 allows static 
 predicate masking (skipping) to be encoded within the swizzle immediate.
 For example it allows "W.Y." to specify: "copy W to position X,
 and Y to position Z, leave the other two positions Y and W unaltered"