Merge from trunk
[official-gcc.git] / gcc / testsuite / gcc.target / arm / neon / vreinterpretQp64_u8.c
blob40b40dd11ddb6777647a3f007812df8b17cd5327
1 /* Test the `vreinterpretQp64_u8' ARM Neon intrinsic. */
2 /* This file was autogenerated by neon-testgen. */
4 /* { dg-do assemble } */
5 /* { dg-require-effective-target arm_crypto_ok } */
6 /* { dg-options "-save-temps -O0" } */
7 /* { dg-add-options arm_crypto } */
9 #include "arm_neon.h"
11 void test_vreinterpretQp64_u8 (void)
13 poly64x2_t out_poly64x2_t;
14 uint8x16_t arg0_uint8x16_t;
16 out_poly64x2_t = vreinterpretq_p64_u8 (arg0_uint8x16_t);
19 /* { dg-final { cleanup-saved-temps } } */