You copied the Doc URL to your clipboard.
VORN (register)
Vector bitwise OR NOT (register).
Syntax
VORN
{
}{.cond
}
{datatype
}, Qd
,
Qn
Qm
VORN
{
}{.cond
}
{datatype
}, Dd
,
Dn
Dm
where:
cond
is an optional condition code.
datatype
is an optional data type. The assembler ignores
.datatype
Qd, Qn, Qm
specifies the destination register, the first operand register, and the second operand register, for a quadword operation.
Dd, Dn, Dm
specifies the destination register, the first operand register, and the second operand register, for a doubleword operation.
Operation
VORN
performs a bitwise logical OR complement between two registers, and
places the results in the destination register.