[AArch64][SVE2] Add the SVE2.1 quadword structured load/store instructions
This patch adds the assembly/disassembly for the following instructions: ld2q : Contiguous load two-quadword structures to two vectors ld3q : Contiguous load three-quadword structures to three vectors ld4q : Contiguous load four-quadword structures to four vectors st2q : Contiguous store two-quadword structures from two vectors st3q : Contiguous store three-quadword structures to three vectors st4q : Contiguous store four-quadword structures to four vectors The reference can be found here: https://developer.arm.com/documentation/ddi0602/2022-09 Differential Revision: https://reviews.llvm.org/D137554
Loading
Please sign in to comment