aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vqdmull_n.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vqdmull_n.c')
-rw-r--r--ref_vqdmull_n.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/ref_vqdmull_n.c b/ref_vqdmull_n.c
index 079d1b5..92b1e48 100644
--- a/ref_vqdmull_n.c
+++ b/ref_vqdmull_n.c
@@ -72,12 +72,12 @@ FNNAME (INSN)
clean_results ();
/* Initialize vector */
- TEST_VDUP(vector, , int, s, 16, 4, 0x1000);
- TEST_VDUP(vector, , int, s, 32, 2, 0x1000);
+ VDUP(vector, , int, s, 16, 4, 0x1000);
+ VDUP(vector, , int, s, 32, 2, 0x1000);
/* Initialize vector2 */
- TEST_VDUP(vector2, , int, s, 16, 4, 0x4);
- TEST_VDUP(vector2, , int, s, 32, 2, 0x2);
+ VDUP(vector2, , int, s, 16, 4, 0x4);
+ VDUP(vector2, , int, s, 32, 2, 0x2);
/* Choose multiplier arbitrarily */
fprintf(ref_file, "\n%s cumulative saturation output:\n", TEST_MSG);
@@ -90,8 +90,8 @@ FNNAME (INSN)
DUMP(TEST_MSG, int, 64, 2, PRIx64);
- TEST_VDUP(vector, , int, s, 16, 4, 0x8000);
- TEST_VDUP(vector, , int, s, 32, 2, 0x80000000);
+ VDUP(vector, , int, s, 16, 4, 0x8000);
+ VDUP(vector, , int, s, 32, 2, 0x80000000);
fprintf(ref_file, "\n%s cumulative saturation output:\n",
TEST_MSG " (check mul cumulative saturation)");
TEST_VQDMULL_N(int, s, 16, 32, 4, 0x8000);