[AArch64][SVE2] Add the SVE2.1 FP quadword reduction instructions
This patch adds the assembly/disassembly for the following instructions: faddqv : Floating-point add recursive reduction of quadword vector segments fmaxqv : Floating-point maximum reduction of quadword vector segments fmaxnmqv : Floating-point maximum number recursive reduction of quadword vector segments fminqv : Floating-point minimum recursive reduction of quadword vector segments fminnmqv : Floating-point minimum number recursive reduction of quadword vector segments The reference can be found here: https://developer.arm.com/documentation/ddi0602/2022-09 Differential Revision: https://reviews.llvm.org/D137419
Loading
Please sign in to comment