VPRORQ - Packed ROtate Right Qword

VPRORQ xmm1{k1}{z}, xmm2/m128/m64bcst, imm8    (V5+VL
__m128i _mm_ror_epi64(__m128i a, int imm8)
__m128i _mm_mask_ror_epi64(__m128i s, __mmask8 k, __m128i a, int imm8)
__m128i _mm_maskz_ror_epi64(__mmask8 k, __m128i a, int imm8)

For each QWORD, rotate the bits to the right by the number of bits specified by imm8.
VPRORQ ymm1{k1}{z}, ymm2/m256/m64bcst, imm8    (V5+VL
__m256i _mm256_ror_epi64(__m256i a, int imm8)
__m256i _mm256_mask_ror_epi64(__m256i s, __mmask8 k, __m256i a, int imm8)
__m256i _mm256_maskz_ror_epi64(__mmask8 k, __m256i a, int imm8)

For each QWORD, rotate the bits to the right by the number of bits specified by imm8.
VPRORQ zmm1{k1}{z}, zmm2/m512/m64bcst, imm8    (V5
__m512i _mm512_ror_epi64(__m512i a, int imm8)
__m512i _mm512_mask_ror_epi64(__m512i s, __mmask8 k, __m512i a, int imm8)
__m512i _mm512_maskz_ror_epi64(__mmask8 k, __m512i a, int imm8)

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

x86/x64 SIMD Instruction List  Feedback