aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vqdmull.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vqdmull.c')
-rw-r--r--ref_vqdmull.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/ref_vqdmull.c b/ref_vqdmull.c
index 2c044b4..f97a6c8 100644
--- a/ref_vqdmull.c
+++ b/ref_vqdmull.c
@@ -68,10 +68,10 @@ FNNAME (INSN)
clean_results ();
- TEST_VLOAD(vector, buffer, , int, s, 16, 4);
- TEST_VLOAD(vector, buffer, , int, s, 32, 2);
- TEST_VLOAD(vector2, buffer, , int, s, 16, 4);
- TEST_VLOAD(vector2, buffer, , int, s, 32, 2);
+ VLOAD(vector, buffer, , int, s, 16, 4);
+ VLOAD(vector, buffer, , int, s, 32, 2);
+ VLOAD(vector2, buffer, , int, s, 16, 4);
+ VLOAD(vector2, buffer, , int, s, 32, 2);
fprintf(ref_file, "\n%s cumulative saturation output:\n", TEST_MSG);
TEST_VQDMULL(int, s, 16, 32, 4);
@@ -81,10 +81,10 @@ FNNAME (INSN)
dump_results_hex (TEST_MSG);
- TEST_VDUP(vector, , int, s, 16, 4, 0x8000);
- TEST_VDUP(vector2, , int, s, 16, 4, 0x8000);
- TEST_VDUP(vector, , int, s, 32, 2, 0x80000000);
- TEST_VDUP(vector2, , int, s, 32, 2, 0x80000000);
+ VDUP(vector, , int, s, 16, 4, 0x8000);
+ VDUP(vector2, , int, s, 16, 4, 0x8000);
+ VDUP(vector, , int, s, 32, 2, 0x80000000);
+ VDUP(vector2, , int, s, 32, 2, 0x80000000);
fprintf(ref_file, "\n%s cumulative saturation output:\n",
TEST_MSG " (check mul cumulative saturation)");
TEST_VQDMULL(int, s, 16, 32, 4);