(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
arm/
simd/
vextQu16_1.c
       1  /* Test the `vextQu16' ARM Neon intrinsic.  */
       2  
       3  /* { dg-options "-save-temps -O3 -fno-inline" } */
       4  /* { dg-add-options arm_neon } */
       5  
       6  #include "arm_neon.h"
       7  #include "../../aarch64/simd/extq_u16.x"
       8  
       9  /* { dg-final { scan-assembler-times "vext\.16\[ \t\]+\[qQ\]\[0-9\]+, \[qQ\]\[0-9\]+, \[qQ\]\[0-9\]+, #\[0-9\]+!?\(?:\[ \t\]+@\[a-zA-Z0-9 \]+\)?\n" 7 } } */