Shift Intrinsics
- _mm512_sllv_epi32/ _mm512_mask_sllv_epi32
Performs a logical left shift operation of the int32 vector. Corresponding instruction is VPSLLVD. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
- _mm512_srav_epi32/ _mm512_mask_srav_epi32
Performs an arithmetic right shift operation of the int32 vector. Corresponding instruction is VPSRAVD. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
- _mm512_srlv_epi32/ _mm512_mask_srlv_epi32
Performs a logical right shift operation of the int32 vector. Corresponding instruction is VPSRLVD. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
- _mm512_slli_epi32/ _mm512_mask_slli_epi32
Performs a logical left shift operation of the int32 vector. Corresponding instruction is VPSLLD. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
- _mm512_srai_epi32/ _mm512_mask_srai_epi32
Performs an arithmetic right shift operation of the int32 vector. Corresponding instruction is VPSRAD. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
- _mm512_srli_epi32/ _mm512_mask_srli_epi32
Performs a logical right shift operation of the int32 vector. Corresponding instruction is VPSRLD. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).