[AArch64][SVE2] Add the SVE2.1 integer quadword reduction instructions
This patch adds the assembly/disassembly for the following instructions: addqv : Unsigned add reduction of quadword vector segments andqv : Bitwise AND reduction of quadword vector segments eorqv : Bitwise exclusive OR reduction of quadword vector segments orqv : Bitwise inclusive OR reduction of quadword vector segments smaxqv : Signed maximum reduction of quadword vector segments sminqv : Signed minimum reduction of quadword vector segments umaxqv : Unsigned maximum reduction of quadword vector segments uminqv : Unsigned minimum 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/D137411
Loading
Please sign in to comment