_mm512_kmerge2l1h
Classification
KNC, Mask, CPUID Test: KNCNI
Header File
Instruction
KMERGE2L1H k, k
Synopsis
_mm512_kmerge2l1h(__mmask16 k1, __mmask16 k2);
Description
Move the high element from "k1" to the low element of "k1", and insert the low element of "k2" into the high element of "k1".
Operation
tmp[7:0] := k1[15:8]
k1[15:8] := k2[7:0]
k1[7:0] := tmp[7:0]