aboutsummaryrefslogtreecommitdiff
path: root/ref_vceq.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_vceq.c
parent464d02e432a0fe5fb0afec8459631b4467b706f3 (diff)
downloadarm-neon-tests-f20536724d4cc8432d5b804082415c8391f88f9b.tar.gz
Rename helper macros:
TEST_VLOAD into VLOAD TEST_VDUP into VDUP
Diffstat (limited to 'ref_vceq.c')
-rw-r--r--ref_vceq.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ref_vceq.c b/ref_vceq.c
index 88d4491..30d8aba 100644
--- a/ref_vceq.c
+++ b/ref_vceq.c
@@ -47,11 +47,11 @@ void exec_vceq_p8(void)
clean_results ();
- TEST_VLOAD(vector, buffer, , poly, p, 8, 8);
- TEST_VLOAD(vector, buffer, q, poly, p, 8, 16);
+ VLOAD(vector, buffer, , poly, p, 8, 8);
+ VLOAD(vector, buffer, q, poly, p, 8, 16);
- TEST_VDUP(vector2, , poly, p, 8, 8, 0xF3);
- TEST_VDUP(vector2, q, poly, p, 8, 16, 0xF4);
+ VDUP(vector2, , poly, p, 8, 8, 0xF3);
+ VDUP(vector2, q, poly, p, 8, 16, 0xF4);
fprintf(ref_file, "\n%s output:\n", TEST_MSG " p8");
TEST_VCOMP(INSN_NAME, , poly, p, uint, 8, 8);