Added assembler and disassembler support for the new Release Consistent processor consistent instructions, introduced with ARMv8.3-A for AArch64.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with one nit.
test/MC/AArch64/armv8.3a-rcpc.s | ||
---|---|---|
5–8 ↗ | (On Diff #110388) | Can we sprinkle some plain [x0] addressing modes here? No need to duplicate them all, just make 1 or 2 have an implicit operand in case some massive, highly unlikely refactoring breaks parsing later. |
Comment Actions
Cheers Tim. I've updated the test to include the simple addressing method and I've also used some different registers just for some variance in the test.