[AArch64][SVE2] Add the SVE2.1 bfmlslb and bfmlslt instructions
This patch adds the assembly/disassembly for the following instructions: BFMLSLB : BFloat16 floating-point multiply-subtract long from single-precision (bottom) BFMLSLT : BFloat16 floating-point multiply-subtract long from single-precision (top) Both the vector and indexed forms are added for each. The reference can be found here: https://developer.arm.com/documentation/ddi0602/2022-09 Differential Revision: https://reviews.llvm.org/D136439
Loading
Please sign in to comment