This patch adds the assembly/disassembly for the following instructions:
SUNPK: Unpack and sign-extend multi-vector elements. UUNPK: Unpack and zero-extend multi-vector elements. ZIP (four registers): Interleave elements from four vectors. ZIP (two registers): Interleave elements from two vectors. FRINTA: Multi-vector floating-point round to integral value, to nearest with ties away from zero. FRINTM: Multi-vector floating-point round to integral value, toward minus Infinity. FRINTN: Multi-vector floating-point round to integral value, to nearest with ties to even. FRINTP: Multi-vector floating-point round to integral value, toward plus Infinity.
The reference can be found here:
I'd expect this to be ZPR2Mul2?