You copied the Doc URL to your clipboard.
CSETM
Conditional Set Mask.
This instruction is an alias of CSINV
.
The equivalent instruction is CSINV
.Wd
, WZR, WZR, invert(cond
)
Syntax
CSETM
Wd
, cond
; 32-bit
CSETM
Xd
, cond
; 64-bit
Where:
Wd
- Is the 32-bit name of the general-purpose destination register.
Xd
- Is the 64-bit name of the general-purpose destination register.
cond
- Is one of the standard conditions, excluding AL and NV.
Operation
Conditional Set Mask sets all bits of the destination register to 1 if the condition is TRUE, and otherwise sets all bits to 0.
, where R
d = if cond
then -1 else 0
is either R
W
or X
.