In the original batch of MVE VMOVimm code generation VMOV.i64 was left out due to the odd way it was done downstream. It turns out that it's fairly simple though. This adds the codegen for it, similar to NEON.
Bigendian is technically incorrect in this version, which John is fixing in D76515.