You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AArch64 registers x16 and x17 are marked as ARM64_Reserved, and not used in ARM64PrivateLinkage.
They are intra-procedure-call scratch registers, IP0 and IP1, and they don't need to be preserved across calls.
Consider using these registers in ARM64PrivateLinkage.
The text was updated successfully, but these errors were encountered:
AArch64 registers x16 and x17 are marked as ARM64_Reserved, and not used in ARM64PrivateLinkage.
They are intra-procedure-call scratch registers, IP0 and IP1, and they don't need to be preserved across calls.
Consider using these registers in ARM64PrivateLinkage.
The text was updated successfully, but these errors were encountered: