aboutsummaryrefslogtreecommitdiff
path: root/ref_vqrdmulh_lane.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vqrdmulh_lane.c')
-rw-r--r--ref_vqrdmulh_lane.c36
1 files changed, 18 insertions, 18 deletions
diff --git a/ref_vqrdmulh_lane.c b/ref_vqrdmulh_lane.c
index 1ecaaef..807f5c2 100644
--- a/ref_vqrdmulh_lane.c
+++ b/ref_vqrdmulh_lane.c
@@ -79,15 +79,15 @@ FNNAME (INSN)
clean_results ();
- TEST_VLOAD(vector, buffer, , int, s, 16, 4);
- TEST_VLOAD(vector, buffer, , int, s, 32, 2);
+ VLOAD(vector, buffer, , int, s, 16, 4);
+ VLOAD(vector, buffer, , int, s, 32, 2);
- TEST_VLOAD(vector, buffer, q, int, s, 16, 8);
- TEST_VLOAD(vector, buffer, q, int, s, 32, 4);
+ VLOAD(vector, buffer, q, int, s, 16, 8);
+ VLOAD(vector, buffer, q, int, s, 32, 4);
/* Initialize vector2 */
- TEST_VDUP(vector2, , int, s, 16, 4, 0x55);
- TEST_VDUP(vector2, , int, s, 32, 2, 0xBB);
+ VDUP(vector2, , int, s, 16, 4, 0x55);
+ VDUP(vector2, , int, s, 32, 2, 0xBB);
/* Choose lane arbitrarily */
fprintf(ref_file, "\n%s cumulative saturation output:\n", TEST_MSG);
@@ -101,12 +101,12 @@ FNNAME (INSN)
dump_results_hex (TEST_MSG);
- TEST_VDUP(vector, , int, s, 16, 4, 0x8000);
- TEST_VDUP(vector, , int, s, 32, 2, 0x80000000);
- TEST_VDUP(vector, q, int, s, 16, 8, 0x8000);
- TEST_VDUP(vector, q, int, s, 32, 4, 0x80000000);
- TEST_VDUP(vector2, , int, s, 16, 4, 0x8000);
- TEST_VDUP(vector2, , int, s, 32, 2, 0x80000000);
+ VDUP(vector, , int, s, 16, 4, 0x8000);
+ VDUP(vector, , int, s, 32, 2, 0x80000000);
+ VDUP(vector, q, int, s, 16, 8, 0x8000);
+ VDUP(vector, q, int, s, 32, 4, 0x80000000);
+ VDUP(vector2, , int, s, 16, 4, 0x8000);
+ VDUP(vector2, , int, s, 32, 2, 0x80000000);
fprintf(ref_file, "\n%s cumulative saturation output:\n",
TEST_MSG " (check mul cumulative saturation)");
@@ -117,12 +117,12 @@ FNNAME (INSN)
dump_results_hex2 (TEST_MSG, " (check mul cumulative saturation)");
- TEST_VDUP(vector, , int, s, 16, 4, 0x8000);
- TEST_VDUP(vector, , int, s, 32, 2, 0x80000000);
- TEST_VDUP(vector, q, int, s, 16, 8, 0x8000);
- TEST_VDUP(vector, q, int, s, 32, 4, 0x80000000);
- TEST_VDUP(vector2, , int, s, 16, 4, 0x8001);
- TEST_VDUP(vector2, , int, s, 32, 2, 0x80000001);
+ VDUP(vector, , int, s, 16, 4, 0x8000);
+ VDUP(vector, , int, s, 32, 2, 0x80000000);
+ VDUP(vector, q, int, s, 16, 8, 0x8000);
+ VDUP(vector, q, int, s, 32, 4, 0x80000000);
+ VDUP(vector2, , int, s, 16, 4, 0x8001);
+ VDUP(vector2, , int, s, 32, 2, 0x80000001);
fprintf(ref_file, "\n%s cumulative saturation output:\n",
TEST_MSG " (check rounding cumulative saturation)");