aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vqmovn.c
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2014-12-16 10:26:00 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2014-12-16 10:26:00 +0100
commitf20536724d4cc8432d5b804082415c8391f88f9b (patch)
tree170a405bc9244e0ec5464e9e6b3eb50dcafa895c /ref_vqmovn.c
parent464d02e432a0fe5fb0afec8459631b4467b706f3 (diff)
downloadplatform_external_arm-neon-tests-f20536724d4cc8432d5b804082415c8391f88f9b.tar.gz
platform_external_arm-neon-tests-f20536724d4cc8432d5b804082415c8391f88f9b.tar.bz2
platform_external_arm-neon-tests-f20536724d4cc8432d5b804082415c8391f88f9b.zip
Rename helper macros:
TEST_VLOAD into VLOAD TEST_VDUP into VDUP
Diffstat (limited to 'ref_vqmovn.c')
-rw-r--r--ref_vqmovn.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/ref_vqmovn.c b/ref_vqmovn.c
index f05cc1a..87e119c 100644
--- a/ref_vqmovn.c
+++ b/ref_vqmovn.c
@@ -73,12 +73,12 @@ FNNAME (INSN_NAME)
clean_results ();
/* Fill input vector with arbitrary values */
- TEST_VDUP(vector, q, int, s, 16, 8, 0x12);
- TEST_VDUP(vector, q, int, s, 32, 4, 0x1278);
- TEST_VDUP(vector, q, int, s, 64, 2, 0x12345678);
- TEST_VDUP(vector, q, uint, u, 16, 8, 0x82);
- TEST_VDUP(vector, q, uint, u, 32, 4, 0x8765);
- TEST_VDUP(vector, q, uint, u, 64, 2, 0x87654321);
+ VDUP(vector, q, int, s, 16, 8, 0x12);
+ VDUP(vector, q, int, s, 32, 4, 0x1278);
+ VDUP(vector, q, int, s, 64, 2, 0x12345678);
+ VDUP(vector, q, uint, u, 16, 8, 0x82);
+ VDUP(vector, q, uint, u, 32, 4, 0x8765);
+ VDUP(vector, q, uint, u, 64, 2, 0x87654321);
/* Apply a unary operator named INSN_NAME */
fprintf(ref_file, "\n%s cumulative saturation output:\n", TEST_MSG);
@@ -94,12 +94,12 @@ FNNAME (INSN_NAME)
/* Fill input vector with arbitrary values which cause an cumulative
saturation. */
- TEST_VDUP(vector, q, int, s, 16, 8, 0x1234);
- TEST_VDUP(vector, q, int, s, 32, 4, 0x12345678);
- TEST_VDUP(vector, q, int, s, 64, 2, 0x1234567890ABLL);
- TEST_VDUP(vector, q, uint, u, 16, 8, 0x8234);
- TEST_VDUP(vector, q, uint, u, 32, 4, 0x87654321);
- TEST_VDUP(vector, q, uint, u, 64, 2, 0x8765432187654321ULL);
+ VDUP(vector, q, int, s, 16, 8, 0x1234);
+ VDUP(vector, q, int, s, 32, 4, 0x12345678);
+ VDUP(vector, q, int, s, 64, 2, 0x1234567890ABLL);
+ VDUP(vector, q, uint, u, 16, 8, 0x8234);
+ VDUP(vector, q, uint, u, 32, 4, 0x87654321);
+ VDUP(vector, q, uint, u, 64, 2, 0x8765432187654321ULL);
/* Apply a unary operator named INSN_NAME */
fprintf(ref_file, "\n%s cumulative saturation output:\n", TEST_MSG);