**SVP64 Vectorised**
Vectorised Swizzle may be considered to be an extended static predicate
-mask for subvectors (SUBVL=2/3/4). SUBVL (and SRC_SUBVL, see later section)
-must be set in order to aid in determining source and destination subvector
-lengths.
+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
+length, and consequently the destination subvector length is
+encoded into the Swizzle.
When Vectorised, given the use-case is for a High-performance GPU,
the fundamental assumption is that Micro-coding or
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):
+
+```
+
# RM Mode Concept:
MVRM-2P-1S1D: