_mm512_kmovlhb
Classification
KNC, Mask, CPUID Test: KNCNI
Header File
Instruction
KMERGE2L1L k, k
Synopsis
_mm512_kmovlhb(__mmask16 k1, __mmask16 k2);
Description
Inserts the low byte of mask "k2" into the high byte of "dst", and copies the low byte of "k1" to the low byte of "dst".
Operation
dst[7:0] := k1[7:0]
dst[15:8] := k2[7:0]