Adds intrinsics for the following SME2 instructions:
- fclamp (2 and 4 vectors)
- sclamp (2 and 4 vectors)
- uclamp (2 and 4 vectors)
I've added these new instructions to the existing sve2p1-* tests
because although they are included as part of SME2 they are still
SVE-like, in that they only operate on SVE vectors.
NOTE: These intrinsics are still in development and are subject to future changes.