[committed][RISC-V][PR target/114139] Verify we have a CONST_INT before extracting...
[official-gcc.git] / gcc / testsuite / gcc.target / arm / simd / vextQs8_1.c
blob3e27f5ecd5bc019731cc6eea1adf2a01393955a7
1 /* Test the `vextQs8' ARM Neon intrinsic. */
3 /* { dg-options "-save-temps -O3 -fno-inline" } */
4 /* { dg-add-options arm_neon } */
6 #include "arm_neon.h"
7 #include "../../aarch64/simd/extq_s8.x"
9 /* { dg-final { scan-assembler-times "vext\.8\[ \t\]+\[qQ\]\[0-9\]+, \[qQ\]\[0-9\]+, \[qQ\]\[0-9\]+, #\[0-9\]+!?\(?:\[ \t\]+@\[a-zA-Z0-9 \]+\)?\n" 15 } } */