LD/ST, will give that same capability, with far more flexibility.
Also LD/ST with immediate has a Pack/Unpack option similar to VSX
-'vpack' and 'vunpack'.
+'vpack' and 'vunpack', as well as the VSX Pixel instructions. Enabling
+this mode on SubVectors is straightforward and does not involve
+the setup cost of REMAP. Unlike REMAP, Pack/Unpack on LD/ST does not have
+Saturation (or Fail-first) at the same time.
+
+*Programmer's note: a decision on what is best if combining Saturation
+with Pack/Unpack is required will depend on resources. REMAP will
+require less registers but is more costly to set up. On the other
+hand LDST Pack/Unpack followed by Saturated MV or arithmetic requires
+intermediary registers at full width prior to reduced saturated width.
+A balanced decision is therefore needed*.
+