(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
vect/
complex/
vect-complex-add-pattern-long.c
       1  /* { dg-do compile } */
       2  /* { dg-require-effective-target stdint_types } */
       3  /* { dg-add-options arm_v8_3a_complex_neon } */
       4  
       5  #define UNROLL
       6  
       7  #define TYPE int64_t
       8  #define N 200
       9  #include <stdint.h>
      10  #include "complex-add-pattern-template.c"
      11  
      12  /* { dg-final { scan-tree-dump-times "stmt.*COMPLEX_ADD_ROT90" 1 "vect" { target { vect_complex_add_long } } } } */
      13  /* { dg-final { scan-tree-dump-times "stmt.*COMPLEX_ADD_ROT270" 1 "vect" { target { vect_complex_add_long } } } } */
      14  /* { dg-final { scan-tree-dump "Found COMPLEX_ADD_ROT270" "vect" { target { vect_long_long } } } } */
      15  /* { dg-final { scan-tree-dump "Found COMPLEX_ADD_ROT90" "vect" { target { vect_long_long } } } } */