(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
torture/
vshuf-v8qi.c
       1  /* { dg-do run } */
       2  /* { dg-options "-DEXPENSIVE" { target run_expensive_tests } } */
       3  /* { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O2" } } */
       4  /* { dg-skip-if "" { ! run_expensive_tests } { "-flto" } { "" } } */
       5  
       6  typedef unsigned char V __attribute__((vector_size(8)));
       7  typedef V VI;
       8  
       9  #include "vshuf-8.inc"
      10  #include "vshuf-main.inc"