2015-05-19 Christophe Lyon <christophe.lyon@linaro.org>
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / advsimd-intrinsics / vcalt.c
blobed652ebeb3f4c34551b62b65634d7a247167c12f
1 #define INSN_NAME vcalt
2 #define TEST_MSG "VCALT/VCALTQ"
4 #include "cmp_fp_op.inc"
6 /* Expected results. */
7 VECT_VAR_DECL(expected,uint,32,2) [] = { 0x0, 0xffffffff };
8 VECT_VAR_DECL(expected,uint,32,4) [] = { 0x0, 0x0, 0x0, 0xffffffff };
10 VECT_VAR_DECL(expected2,uint,32,2) [] = { 0x0, 0x0 };
11 VECT_VAR_DECL(expected2,uint,32,4) [] = { 0x0, 0x0, 0x0, 0x0 };