aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/aarch64/vqdmull_high_lane_s32.c
blob: 583e8a172104a0879336ba5e5b4b87dfcbc2a14a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Test the vqdmull_high_lane_s32 AArch64 SIMD intrinsic.  */

/* { dg-do compile } */
/* { dg-options "-save-temps -O3 -fno-inline" } */

#include "arm_neon.h"

int64x2_t
t_vqdmull_high_lane_s32 (int32x4_t a, int32x2_t b)
{
  return vqdmull_high_lane_s32 (a, b, 0);
}

/* { dg-final { scan-assembler-times "sqdmull2\[ \t\]+\[vV\]\[0-9\]+\.2\[dD\], ?\[vV\]\[0-9\]+\.4\[sS\], ?\[vV\]\[0-9\]+\.\[sS\]\\\[0\\\]\n" 1 } } */
/* { dg-final { cleanup-saved-temps } } */