Create embedded-5_0-branch branch for development on ARM embedded cores.
[official-gcc.git] / embedded-5_0-branch / gcc / testsuite / gcc.target / aarch64 / simd / vqrdmulhq_laneq_s16.c
blob488e694ab4e15665a60e9a18b7bf85eae94d23ab
1 /* Test the vqrdmulhq_laneq_s16 AArch64 SIMD intrinsic. */
3 /* { dg-do compile } */
4 /* { dg-options "-save-temps -O3 -fno-inline" } */
6 #include "arm_neon.h"
8 int16x8_t
9 t_vqrdmulhq_laneq_s16 (int16x8_t a, int16x8_t b)
11 return vqrdmulhq_laneq_s16 (a, b, 0);
14 /* { dg-final { scan-assembler-times "sqrdmulh\[ \t\]+\[vV\]\[0-9\]+\.8\[hH\], ?\[vV\]\[0-9\]+\.8\[hH\], ?\[vV\]\[0-9\]+\.\[hH\]\\\[0\\\]\n" 1 } } */
15 /* { dg-final { cleanup-saved-temps } } */