bpf: create modifier for mem operand for xchg and cmpxchg
[official-gcc.git] / gcc / testsuite / gcc.target / arm / simd / vextQf32_1.c
blobe91d669388d0cfa8140e6e6a915346ad7dab33d6
1 /* Test the `vextQf32' 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_f32.x"
9 /* { dg-final { scan-assembler-times "vext\.32\[ \t\]+\[qQ\]\[0-9\]+, \[qQ\]\[0-9\]+, \[qQ\]\[0-9\]+, #\[0-9\]+!?\(?:\[ \t\]+@\[a-zA-Z0-9 \]+\)?\n" 3 } } */