AUTIBSPPC (register)

Authenticate return address, using key B (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>.

Integer
(FEAT_PAuth_LR)

313029282726252423222120191817161514131211109876543210
1101101011000001100101Rn11110
sfSopcode2opcodeRd

AUTIBSPPC <Xn>

if !IsFeatureImplemented(FEAT_PAuth_LR) then UNDEFINED; integer n = UInt(Rn);

Assembler Symbols

<Xn>

Is the 64-bit name of the general-purpose source register, encoded in the "Rn" field.

Operation

X[30, 64] = AuthIB2(X[30, 64], SP[], X[n, 64], FALSE);


Internal version only: aarchmrs v2023-12_rel, pseudocode v2023-12_rel, sve v2023-12_rel ; Build timestamp: 2023-12-15T16:46

Copyright © 2010-2023 Arm Limited or its affiliates. All rights reserved. This document is Non-Confidential.