This patch adds the assembly/disassembly for the following instructions:
SDOT: (4-way, multiple and single vector): Multi-vector signed integer dot-product by vector. SDOT (4-way, multiple vectors): Multi-vector signed integer dot-product. UDOT: (4-way, multiple and single vector): Multi-vector unsigned integer dot-product by vector. (4-way, multiple vectors): Multi-vector unsigned integer dot-product. for groups of 2 and 4 ZA registers
The reference can be found here:
https://developer.arm.com/documentation/ddi0602/2022-09
Depends on: D135563