PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / arm / neon-vld-1.c
blobf6bf6911d4207b4d4c1b35fa4e74ab43754ea67f
1 /* { dg-do compile } */
2 /* { dg-require-effective-target arm_neon_ok } */
3 /* { dg-options "-O1" } */
4 /* { dg-add-options arm_neon } */
6 #include <arm_neon.h>
8 uint8x16_t
9 foo (uint8_t *a, uint8x16_t b)
11 vst1q_lane_u8 (a, b, 14);
12 return vld1q_lane_u8 (a + 0x100, b, 15);