Intel® C++ Compiler 16.0 User and Reference Guide

_mm512_kmovlhb

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).

Syntax

extern __mmask16__cdecl _mm512_kmovlhb(__mmask16 k1, __mmask16 k2);  

Parameters

k1

vector mask

k2

vector mask

Description

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

Returns the result of the move operation.