XPACD, XPACI, XPACLRI

Strip Pointer Authentication Code. This instruction removes the pointer authentication code from an address. The address is in the specified general-purpose register for XPACI and XPACD, and is in LR for XPACLRI.

The XPACD instruction is used for data addresses, and XPACI and XPACLRI are used for instruction addresses.

It has encodings from 2 classes: Integer and System

Integer
(FEAT_PAuth)

313029282726252423222120191817161514131211109876543210
110110101100000101000D11111Rd
sfSopcode2Rn

XPACD (D == 1)

XPACD <Xd>

XPACI (D == 0)

XPACI <Xd>

if !IsFeatureImplemented(FEAT_PAuth) then UNDEFINED; integer d = UInt(Rd); boolean data = (D == '1');

System
(FEAT_PAuth)

313029282726252423222120191817161514131211109876543210
11010101000000110010000011111111
CRmop2

XPACLRI

if !IsFeatureImplemented(FEAT_PAuth) then EndOfInstruction(); // Instruction executes as NOP constant integer d = 30; boolean data = FALSE;

Assembler Symbols

<Xd>

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

Operation

X[d, 64] = Strip(X[d, 64], data);


Internal version only: aarchmrs v2024-03_relA, pseudocode v2024-03_rel, sve v2024-03_rel ; Build timestamp: 2024-03-26T09:45

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