VPROLQ - Packed ROtate Left Qword

VPROLQ xmm1{k1}{z}, xmm2/m128/m64bcst, imm8    (V5+VL
__m128i _mm_rol_epi64(__m128i a, int imm8)
__m128i _mm_mask_rol_epi64(__m128i s, __mmask8 k, __m128i a, int imm8)
__m128i _mm_maskz_rol_epi64(__mmask8 k, __m128i a, int imm8)

For each QWORD, rotate the bits to the left by the number of bits specified by imm8.
VPROLQ ymm1{k1}{z}, ymm2/m256/m64bcst, imm8    (V5+VL
__m256i _mm256_rol_epi64(__m256i a, int imm8)
__m256i _mm256_mask_rol_epi64(__m256i s, __mmask8 k, __m256i a, int imm8)
__m256i _mm256_maskz_rol_epi64(__mmask8 k, __m256i a, int imm8)

For each QWORD, rotate the bits to the left by the number of bits specified by imm8.
VPROLQ zmm1{k1}{z}, zmm2/m512/m64bcst, imm8    (V5
__m512i _mm512_rol_epi64(__m512i a, int imm8)
__m512i _mm512_mask_rol_epi64(__m512i s, __mmask8 k, __m512i a, int imm8)
__m512i _mm512_maskz_rol_epi64(__mmask8 k, __m512i a, int imm8)

For each QWORD, rotate the bits to the left by the number of bits specified by imm8.

x86/x64 SIMD Instruction List  Feedback