VL>1 at the moment, with a scalar source and scalar dest, will
not undergo any changes to the EA compared to if VL=1.
-TBD
+Destination SPLAT if scalar is only influenced by predication
+which has a workaround below (merge to single bit mask)
+
+**LD/ST Indexed**
+
+TODO
## answers to 4, loops/uses
with predication (single bit or otherwise) selection of a
single element is achieved.
+(but hang on, does it actually? answer: no. scalar sources are not REMAPped regardless of VL)
+
biggest concern: how to achieve the same effect?
-answer: use at least one vector source.
+answer: use at least one vector source. this solves the predication issue.
question: does this impact LD/ST which has special overrides
and mode-selection based on RA.isvec?
+
+**predication**
+
+with nonzeroing the application of a predicate mask to an all-scalar
+operation effectively tests **ALL** relevant bits 0..VL-1 as nonzero in the
+decision-making, whereas VL=1 will only test the first.
+
+a need for
+merging all bits into a single alternative predicate mask (single-bit)
+is the sort of thing we can probably live with.