1 /* Test the `vabalu8' 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" } */
7 /* { dg-add-options arm_neon } */
11 void test_vabalu8 (void)
13 uint16x8_t out_uint16x8_t
;
14 uint16x8_t arg0_uint16x8_t
;
15 uint8x8_t arg1_uint8x8_t
;
16 uint8x8_t arg2_uint8x8_t
;
18 out_uint16x8_t
= vabal_u8 (arg0_uint16x8_t
, arg1_uint8x8_t
, arg2_uint8x8_t
);
21 /* { dg-final { scan-assembler "vabal\.u8\[ \]+\[qQ\]\[0-9\]+, \[dD\]\[0-9\]+, \[dD\]\[0-9\]+!?\(\[ \]+@\[a-zA-Z0-9 \]+\)?\n" } } */