vmv.x.s and vmv.f.s are unconditional. They read the low element of a vector register (not vector group), and function even when VL=0 or VSTART>0. As such, they are don't care with respect to both VL and LMUL. (And also policy, but that should already be handled generically.)
We apparently never added these. As can be seen in the test diffs, these mostly show up when exploding a vector into a set of scalars.