This is the first patch in a collection to support prefixing destructive operations, with the MOVPRFX instruction, to build constructive operations.
This patch sets the default DestructiveInstType lower down in the AArch64Inst class, rather than the I class. I don't believe it's used yet, so NFCI.
The entirety of this patch comes from D234735.