Merge from mainline (154736:156693)
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.target / arm / neon / vget_lowu32.c
blobfdd8e79e974a8d1fbf713618256ab0b10ac1641c
1 /* Test the `vget_lowu32' ARM Neon intrinsic. */
2 /* This file was autogenerated by neon-testgen. */
4 /* { dg-do assemble } */
5 /* { dg-require-effective-target arm_neon_ok } */
6 /* { dg-options "-save-temps -O0 -mfpu=neon -mfloat-abi=softfp" } */
8 #include "arm_neon.h"
10 void test_vget_lowu32 (void)
12 register uint32x2_t out_uint32x2_t asm ("d18");
13 uint32x4_t arg0_uint32x4_t;
15 out_uint32x2_t = vget_low_u32 (arg0_uint32x4_t);
18 /* { dg-final { scan-assembler "vmov\[ \]+\[dD\]\[0-9\]+, \[dD\]\[0-9\]+!?\(\[ \]+@\[a-zA-Z0-9 \]+\)?\n" } } */
19 /* { dg-final { cleanup-saved-temps } } */