VPRORD - Packed ROtate Right Dword

VPRORD xmm1{k1}{z}, xmm2/m128/m32bcst, imm8    (V5+VL
__m128i _mm_ror_epi32(__m128i a, int imm8)
__m128i _mm_mask_ror_epi32(__m128i s, __mmask8 k, __m128i a, int imm8)
__m128i _mm_maskz_ror_epi32(__mmask8 k, __m128i a, int imm8)

For each DWORD, rotate the bits to the right by the number of bits specified by imm8.
VPRORD ymm1{k1}{z}, ymm2/m256/m32bcst, imm8    (V5+VL
__m256i _mm256_ror_epi32(__m256i a, int imm8)
__m256i _mm256_mask_ror_epi32(__m256i s, __mmask8 k, __m256i a, int imm8)
__m256i _mm256_maskz_ror_epi32(__mmask8 k, __m256i a, int imm8)

For each DWORD, rotate the bits to the right by the number of bits specified by imm8.
VPRORD zmm1{k1}{z}, zmm2/m512/m32bcst, imm8    (V5
__m512i _mm512_ror_epi32(__m512i a, int imm8)
__m512i _mm512_mask_ror_epi32(__m512i s, __mmask16 k, __m512i a, int imm8)
__m512i _mm512_maskz_ror_epi32(__mmask16 k, __m512i a, int imm8)

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

x86/x64 SIMD Instruction List  Feedback