SIMD ISAReturn TypeNameArgumentsInstruction Group
Neonuint16x8_tvmvnq_u16(uint16x8_t a)Logical / Bitwise NOT
Description
Bitwise NOT (vector). This instruction reads each vector element from the source SIMD&FP register, places the inverse of each value into a vector, and writes the vector to the destination SIMD&FP register.
Results
Vd.16B result
This intrinsic compiles to the following instructions:

MVN Vd.16B,Vn.16B

Argument Preparation
a register: Vn.16B
Architectures
v7, A32, A64

Operation

The description of NOT gives the operational pseudocode for this instruction.