This patch adds the assembly/disassembly for the following instructions:
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
As per my comment on D137411, can you use a similar class hierarchy as use by the normal reduction intrinsics?