_mm_shufflehi_epi16

Shuffle 16-bit integers in the high 64 bits of a using the control in imm8. Store the results in the high 64 bits of result, with the low 64 bits being copied from from a to result. See also: _MM_SHUFFLE.

nothrow @nogc pure @safe
__m128i
_mm_shufflehi_epi16
(
int imm8
)
(
__m128i a
)

Meta