Craig Topper ecf6bb2b4d
[RISCV] Add register overlap checks to the assembler for some Zvk* instructions. (#86745)
From the spec

| Instruction | Register | Cannot Overlap |
| ----------- | -------- | -------------- |
| vaes*.vs    | vs2      | vd             |
| vsm4r.vs    | vs2      | vd             |
| vsha2c[hl]  | vs1, vs2 | vd             |
| vsha2ms     | vs1, vs2 | vd             |
| sm3me       | vs2      | vd             |
| vsm3c       | vs2      | vd             |
2024-03-26 21:35:35 -07:00
..