Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AArch64 special register designations Change range of o0 to [0, 3] #342

Merged
merged 2 commits into from
Oct 28, 2024

Commits on Sep 26, 2024

  1. AArch64 special register designations: Change range of o0 to [0, 3]

    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>`.
    v01dXYZ authored and v01dxyz committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    acfd80d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    f77b15f View commit details
    Browse the repository at this point in the history