(no commit message)
authorlkcl <lkcl@web>
Mon, 13 Jun 2022 16:58:36 +0000 (17:58 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 13 Jun 2022 16:58:36 +0000 (17:58 +0100)
openpower/sv/mv.swizzle.mdwn

index acf8ef1b5ee8588082941e30e6d063b98beb48cc..958231ad5447d35df44041478012ac749721534c 100644 (file)
@@ -100,7 +100,8 @@ an Exception or Interrupt may not occur during the pair of Moves.
 
 **SVP64 Vectorised**
 
-Vectorised Swizzle may be considered to be an extended static predicate
+Vectorised Swizzle may be considered to 
+contain an extended static predicate
 mask for subvectors (SUBVL=2/3/4). Due to the skipping caused by
 the static predication capability, the destination
 subvector length can be *different* from the source subvector
@@ -127,7 +128,8 @@ Horizontal-First Mode:
   the Swizzle instruction requires that all Swizzled source elements be
   copied into intermediary buffers (in-flight Reservation Stations,
   pipeline registers) **before* being swapped and placed in
-  destinations.  Strict Program Order is required in full.
+  destinations. In-place (RT=RA) is required to work correctly.
+  Strict Program Order is required in full.
 
 *Implementor's note: the cost of Vertical-First Mode in an Embedded design
 of storing four 64-bit in-flight elements may be considered
@@ -168,14 +170,7 @@ source and destination subvector lengths, by exploiting redundancy in
 the Swizzle Immediate.  With the Swizzles marking what goes into
 each destination position, the marker "0b001" may be used to indicate
 the end. If no marker is present then the destination subvector length
-may be assimed to be 4.
-
-To determine the value to be copied from the source:
-
-```
-def get_src_from_dest(swiz, idx):
-    
-```
+may be assumed to be 4.
 
 **Effect of Saturation on Vectorised Swizzle**