PAND - Packed AND

PAND xmm1, xmm2/m128    (S2
__m128i _mm_and_si128(__m128i a, __m128i b)

Calculate bitwise (1) & (2) and set the result to (3).
VPAND xmm1, xmm2, xmm3/m128    (V1
__m128i _mm_and_si128(__m128i a, __m128i b)

Calculate bitwise (1) & (2) and set the result to (3).
VPAND ymm1, ymm2, ymm3/m256    (V2
__m256i _mm256_and_si256(__m256i a, __m256i b)

Calculate bitwise (1) & (2) and set the result to (3).
512-bit → VPANDQ / VPANDD

x86/x64 SIMD Instruction List  Feedback