PR116019: Improve tail call error message
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / advsimd-intrinsics / vmlsl_n.c
bloba26c69f68f228d915984a911bf3574e00615773e
1 #include <arm_neon.h>
2 #include "arm-neon-ref.h"
3 #include "compute-ref-data.h"
5 #define INSN_NAME vmlsl_n
6 #define TEST_MSG "VMLSL_N"
8 /* Expected results. */
9 VECT_VAR_DECL(expected,int,32,4) [] = { 0xfffffa4b, 0xfffffa4c,
10 0xfffffa4d, 0xfffffa4e };
11 VECT_VAR_DECL(expected,int,64,2) [] = { 0xfffffffffffff4a6,
12 0xfffffffffffff4a7 };
13 VECT_VAR_DECL(expected,uint,32,4) [] = { 0xffffef01, 0xffffef02,
14 0xffffef03, 0xffffef04 };
15 VECT_VAR_DECL(expected,uint,64,2) [] = { 0xffffffffffffef01,
16 0xffffffffffffef02 };
18 #include "vmlXl_n.inc"