Selectively merges two vectors.
Elemental function
The result is of the same type as ARG1.
Each bit of the result vector has the value of the corresponding bit of ARG1 if the corresponding bit of ARG3 is 0, or the value of the corresponding bit of ARG2 otherwise.