This patch allows the AArch64 backend to accept non-standard encodings of DUP (general) and INS (element).
The ARMv8 ARMARM states that for these instructions in A64 state, "Unspecified bits in "imm5" are ignored but should be set to zero by an assembler.", (imm4 for INS). This means that for both of these instructions the disassembler should accept any encoding with these ignored bits set to 1.