[AArch64][SVE2] Add the SVE2.1 quadword variants of ld1w/ld1d/st1w/st1d
This patch adds the assembly/disassembly for the following instructions: st1w: Contiguous store words from vector (128-bit vector elements) st1d: Contiguous store doublewords from vector (128-bit vector elements) ld1w: Contiguous load unsigned words to vector (128-bit vector elements) ld1d: Contiguous load unsigned doublewords to vector (128-bit vector elements) The reference can be found here: https://developer.arm.com/documentation/ddi0602/2022-09 Differential Revision: https://reviews.llvm.org/D137245
Loading
Please sign in to comment