compromise by adding required capability in SVP64 on top of a
base pre-existing Scalar mv instruction. [[sv/mv.swizzle]] is sufficiently
unusual to justify a base Scalar 32-bit instruction but pack/unpack is not.
-Both may benefit from a use of the `RM.EXTRA` field to provide an
-additional mode, that may be applied to vec2/3/4.
+What, ultimately, was decided, was to make Pack/Unpack an `SVP64.RM` Mode.
# REMAP concept for pack/unpack
# RM Pack/unpack
-Also used on [[sv/mv.swizzle]]
-
-`RM-2P-1S1D-PU` Mode, described in [[svp64/appendix]]
-is applicable to all mv operations
-(fmv etc) and to Indexed LD/ST.
-
+Described in [[svp64/appendix]] the Pack/Unpack Modes allow selective
+Transposition of Sub-vector elements, on both source and destination.
+[[sv/mv.swizzle]] is unique in that the Subvector length may be different
+for source and destination.