AUTIBSPPCR
Authenticate return address using key B, using a register
This instruction authenticates an instruction address, using two modifiers and key B.
If the authentication passes, the upper bits of the address are
restored to enable subsequent use of the address.
For information on behavior if the authentication fails, see
Faulting on pointer authentication.
The address is in X30.
The first modifier is in SP.
The second modifier is in the general-purpose register that is specified by <Xn>.
1
1
0
1
1
0
1
0
1
1
0
0
0
0
0
1
1
0
0
1
0
1
1
1
1
1
0
AUTIBSPPCR <Xn>
if !IsFeatureImplemented(FEAT_PAuth_LR) then UNDEFINED;
constant integer d = 30;
constant integer n = UInt(Rn);
constant boolean auth_combined = FALSE;
<Xn>
Is the 64-bit name of the general-purpose source register, encoded in the "Rn" field.
X[d, 64] = AuthIB2(X[d, 64], SP[], X[n, 64], auth_combined);