[AArch64][SVE2] Add the SVE2.1 signed and unsigned 2-way dot instructions
This patch adds the assembly/disassembly for the following instructions: SDOT : Signed integer 2-way dot product indexed and non-indexed UDOT : Unsigned integer 2-way dot product, indexed and non-indexed The reference can be found here: https://developer.arm.com/documentation/ddi0602/2022-09 Differential Revision: https://reviews.llvm.org/D136464
Loading
Please sign in to comment