1  /* { dg-do compile } */
       2  /* { dg-options "-mavx512f -O2" } */
       3  /* { dg-final { scan-assembler-times "vpandnq\[ \\t\]+\\(%(?:eax|rdi|edi)\\)\\\{1to\[1-8\]+\\\}, %zmm\[0-9\]+, %zmm0" 1 } } */
       4  /* { dg-final { scan-assembler-not "vpbroadcastq\[^\n\]*%zmm\[0-9\]+" } } */
       5  
       6  #define type __m512i
       7  #define vec 512
       8  #define op andnot
       9  #define suffix epi64
      10  #define SCALAR long long
      11  
      12  #include "avx512-binop-1.h"