This patch adds the assembly/disassembly for the following instruction:
Int:
SCLAMP:Multi-vector signed clamp to minimum/maximum vector. UCLAMP:Multi-vector unsigned clamp to minimum/maximum vector.
FP:
FCLAMP: Multi-vector floating-point clamp to minimum/maximum number. The reference can be found here: https://developer.arm.com/documentation/ddi0602/2022-09 Depends on: D135563
The base class shows value here but what about making op1 a two bit opcode?