aboutsummaryrefslogtreecommitdiff
path: root/ref_vtbX.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_vtbX.c
parent464d02e432a0fe5fb0afec8459631b4467b706f3 (diff)
downloadarm-neon-tests-f20536724d4cc8432d5b804082415c8391f88f9b.tar.gz
Rename helper macros:
TEST_VLOAD into VLOAD TEST_VDUP into VDUP
Diffstat (limited to 'ref_vtbX.c')
-rw-r--r--ref_vtbX.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/ref_vtbX.c b/ref_vtbX.c
index 6ada907..6f87d1a 100644
--- a/ref_vtbX.c
+++ b/ref_vtbX.c
@@ -111,9 +111,9 @@ void exec_vtbX (void)
}
/* Choose init value arbitrarily, will be used as table index */
- TEST_VDUP(vector, , int, s, 8, 8, 1);
- TEST_VDUP(vector, , uint, u, 8, 8, 2);
- TEST_VDUP(vector, , poly, p, 8, 8, 2);
+ VDUP(vector, , int, s, 8, 8, 1);
+ VDUP(vector, , uint, u, 8, 8, 2);
+ VDUP(vector, , poly, p, 8, 8, 2);
/* To ensure code coverage of lib, add some indexes larger than 8,16 and 32 */
/* except: lane 0 (by 6), lane 1 (by 8) and lane 2 (by 9) */
@@ -193,9 +193,9 @@ void exec_vtbX (void)
TEST_VTBXX(poly, p, uint, 8, 8, X)
/* Choose init value arbitrarily, will be used as default value */
- TEST_VDUP(default_vector, , int, s, 8, 8, 0x33);
- TEST_VDUP(default_vector, , uint, u, 8, 8, 0xCC);
- TEST_VDUP(default_vector, , poly, p, 8, 8, 0xCC);
+ VDUP(default_vector, , int, s, 8, 8, 0x33);
+ VDUP(default_vector, , uint, u, 8, 8, 0xCC);
+ VDUP(default_vector, , poly, p, 8, 8, 0xCC);
/* Check vtbx1 */
clean_results ();