Non-Confidential | ![]() | DUI0801J | ||
| ||||
Home > A64 General Instructions > AND (shifted register) |
Bitwise AND (shifted register).
AND
Wd
, Wn
, Wm
{, shift
#amount
} ; 32-bit
AND
Xd
, Xn
, Xm
{, shift
#amount
} ; 64-bit
Where:
Wd
Wn
Wm
amount
Depends on the instruction variant:
Xd
Xn
Xm
shift
LSL
, LSR
, ASR
, or ROR
.
Bitwise AND (shifted register) performs a bitwise AND of a register value and an optionally-shifted register value, and writes the result to the destination register.
, where
R
d = R
n AND shift
(R
m, amount
)
is either R
W
or X
.