aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vqrdmulh_lane.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vqrdmulh_lane.c')
-rw-r--r--ref_vqrdmulh_lane.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ref_vqrdmulh_lane.c b/ref_vqrdmulh_lane.c
index 4a713aa..93890c4 100644
--- a/ref_vqrdmulh_lane.c
+++ b/ref_vqrdmulh_lane.c
@@ -48,7 +48,8 @@ FNNAME (INSN)
L); \
vst1##Q##_##T2##W(VECT_VAR(result, T1, W, N), \
VECT_VAR(vector_res, T1, W, N)); \
- dump_neon_overflow(TEST_MSG, xSTR(INSN##Q##_lane_##T2##W))
+ dump_neon_overflow(TEST_MSG, xSTR(INSN##Q##_lane_##T2##W), \
+ xSTR(T1), W, N)
/* Two auxliary macros are necessary to expand INSN */
#define TEST_VQRDMULH_LANE1(INSN, Q, T1, T2, W, N, N2, L) \