aboutsummaryrefslogtreecommitdiff
path: root/ref_vqdmlal_lane.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_vqdmlal_lane.c
parent464d02e432a0fe5fb0afec8459631b4467b706f3 (diff)
downloadarm-neon-tests-f20536724d4cc8432d5b804082415c8391f88f9b.tar.gz
Rename helper macros:
TEST_VLOAD into VLOAD TEST_VDUP into VDUP
Diffstat (limited to 'ref_vqdmlal_lane.c')
-rw-r--r--ref_vqdmlal_lane.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/ref_vqdmlal_lane.c b/ref_vqdmlal_lane.c
index bfeb550..53073d8 100644
--- a/ref_vqdmlal_lane.c
+++ b/ref_vqdmlal_lane.c
@@ -72,31 +72,31 @@ FNNAME (INSN_NAME)
clean_results ();
- TEST_VLOAD(vector, buffer, q, int, s, 32, 4);
- TEST_VLOAD(vector, buffer, q, int, s, 64, 2);
+ VLOAD(vector, buffer, q, int, s, 32, 4);
+ VLOAD(vector, buffer, q, int, s, 64, 2);
- TEST_VDUP(vector3, , int, s, 16, 4, 0x55);
- TEST_VDUP(vector4, , int, s, 16, 4, 0xBB);
- TEST_VDUP(vector3, , int, s, 32, 2, 0x55);
- TEST_VDUP(vector4, , int, s, 32, 2, 0xBB);
+ VDUP(vector3, , int, s, 16, 4, 0x55);
+ VDUP(vector4, , int, s, 16, 4, 0xBB);
+ VDUP(vector3, , int, s, 32, 2, 0x55);
+ VDUP(vector4, , int, s, 32, 2, 0xBB);
fprintf(ref_file, "\n%s cumulative saturation output:\n", TEST_MSG);
TEST_VQDMLXL_LANE(INSN_NAME, int, s, 32, 16, 4, 0);
TEST_VQDMLXL_LANE(INSN_NAME, int, s, 64, 32, 2, 0);
dump_results_hex (TEST_MSG);
- TEST_VDUP(vector3, , int, s, 16, 4, 0);
- TEST_VDUP(vector3, , int, s, 32, 2, 0);
+ VDUP(vector3, , int, s, 16, 4, 0);
+ VDUP(vector3, , int, s, 32, 2, 0);
fprintf(ref_file, "\n%s cumulative saturation output:\n",
TEST_MSG " (mul with input=0)");
TEST_VQDMLXL_LANE(INSN_NAME, int, s, 32, 16, 4, 0);
TEST_VQDMLXL_LANE(INSN_NAME, int, s, 64, 32, 2, 0);
dump_results_hex2 (TEST_MSG, " (mul with input=0)");
- TEST_VDUP(vector3, , int, s, 16, 4, 0x8000);
- TEST_VDUP(vector3, , int, s, 32, 2, 0x80000000);
- TEST_VDUP(vector4, , int, s, 16, 4, 0x8000);
- TEST_VDUP(vector4, , int, s, 32, 2, 0x80000000);
+ VDUP(vector3, , int, s, 16, 4, 0x8000);
+ VDUP(vector3, , int, s, 32, 2, 0x80000000);
+ VDUP(vector4, , int, s, 16, 4, 0x8000);
+ VDUP(vector4, , int, s, 32, 2, 0x80000000);
fprintf(ref_file, "\n%s cumulative saturation output:\n",
TEST_MSG " (check mul cumulative saturation)");
TEST_VQDMLXL_LANE(INSN_NAME, int, s, 32, 16, 4, 0);