Intel® C++ Compiler 16.0 User and Reference Guide
Moves low byte from one vector mask to high byte of another vector mask. Corresponding instruction is KMERGE2lLl. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
extern __mmask16__cdecl _mm512_kmovlhb(__mmask16 k1, __mmask16 k2); |
k1 |
vector mask |
k2 |
vector mask |
Inserts the low byte of vector mask k2 to the high byte of vector mask k1. The low byte of vector mask k1 are retained.
Returns the result of the move operation.