Commit 873cb425 by Christophe Lyon Committed by Christophe Lyon

vmul.c: Remove useless #ifdef.

	* gcc.target/aarch64/advsimd-intrinsics/vmul.c: Remove useless #ifdef.
	* gcc.target/aarch64/advsimd-intrinsics/vshl.c: Likewise.
	* gcc.target/aarch64/advsimd-intrinsics/vtst.c: Likewise.

From-SVN: r236383
parent 9d6e7c21
2016-05-18 Christophe Lyon <christophe.lyon@linaro.org> 2016-05-18 Christophe Lyon <christophe.lyon@linaro.org>
* gcc.target/aarch64/advsimd-intrinsics/vmul.c: Remove useless #ifdef.
* gcc.target/aarch64/advsimd-intrinsics/vshl.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vtst.c: Likewise.
2016-05-18 Christophe Lyon <christophe.lyon@linaro.org>
* gcc.target/aarch64/advsimd-intrinsics/vreinterpret.c: Fix typo * gcc.target/aarch64/advsimd-intrinsics/vreinterpret.c: Fix typo
in comment. in comment.
......
...@@ -37,10 +37,8 @@ VECT_VAR_DECL(expected,poly,8,16) [] = { 0x60, 0xca, 0x34, 0x9e, ...@@ -37,10 +37,8 @@ VECT_VAR_DECL(expected,poly,8,16) [] = { 0x60, 0xca, 0x34, 0x9e,
VECT_VAR_DECL(expected,hfloat,32,4) [] = { 0xc4c73333, 0xc4bac000, VECT_VAR_DECL(expected,hfloat,32,4) [] = { 0xc4c73333, 0xc4bac000,
0xc4ae4ccd, 0xc4a1d999 }; 0xc4ae4ccd, 0xc4a1d999 };
#ifndef INSN_NAME
#define INSN_NAME vmul #define INSN_NAME vmul
#define TEST_MSG "VMUL" #define TEST_MSG "VMUL"
#endif
#define FNNAME1(NAME) exec_ ## NAME #define FNNAME1(NAME) exec_ ## NAME
#define FNNAME(NAME) FNNAME1(NAME) #define FNNAME(NAME) FNNAME1(NAME)
......
...@@ -101,10 +101,8 @@ VECT_VAR_DECL(expected_negative_shift,uint,64,2) [] = { 0x7ffffffffffffff, ...@@ -101,10 +101,8 @@ VECT_VAR_DECL(expected_negative_shift,uint,64,2) [] = { 0x7ffffffffffffff,
0x7ffffffffffffff }; 0x7ffffffffffffff };
#ifndef INSN_NAME
#define INSN_NAME vshl #define INSN_NAME vshl
#define TEST_MSG "VSHL/VSHLQ" #define TEST_MSG "VSHL/VSHLQ"
#endif
#define FNNAME1(NAME) exec_ ## NAME #define FNNAME1(NAME) exec_ ## NAME
#define FNNAME(NAME) FNNAME1(NAME) #define FNNAME(NAME) FNNAME1(NAME)
......
...@@ -32,10 +32,8 @@ VECT_VAR_DECL(expected_unsigned,uint,16,8) [] = { 0x0, 0xffff, ...@@ -32,10 +32,8 @@ VECT_VAR_DECL(expected_unsigned,uint,16,8) [] = { 0x0, 0xffff,
VECT_VAR_DECL(expected_unsigned,uint,32,4) [] = { 0x0, 0xffffffff, VECT_VAR_DECL(expected_unsigned,uint,32,4) [] = { 0x0, 0xffffffff,
0x0, 0xffffffff }; 0x0, 0xffffffff };
#ifndef INSN_NAME
#define INSN_NAME vtst #define INSN_NAME vtst
#define TEST_MSG "VTST/VTSTQ" #define TEST_MSG "VTST/VTSTQ"
#endif
/* We can't use the standard ref_v_binary_op.c template because vtst /* We can't use the standard ref_v_binary_op.c template because vtst
has no 64 bits variant, and outputs are always of uint type. */ has no 64 bits variant, and outputs are always of uint type. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment