Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AArch64 special register designations Change range of o0 to [0, 3] (#342
) The documented syntax doesn't allow designation of all possible special registers (e.g. "ICC_CTLR_EL3" designated with "3:6:12:12:4"). clang supports the documented syntax but not gcc. Both compilers support an alternative syntax with <o0> in [0, 3]: `s<o0>_<o1>_c<CRm>_c<CRn>_<o2>`.
- Loading branch information