SIMD ISAReturn TypeNameArgumentsInstruction Group
Neonpoly8x8_tvmvn_p8(poly8x8_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.8B result
This intrinsic compiles to the following instructions:

MVN Vd.8B,Vn.8B

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

Operation

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