aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vqshlu_n.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vqshlu_n.c')
-rw-r--r--ref_vqshlu_n.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ref_vqshlu_n.c b/ref_vqshlu_n.c
index 1f3f1b3..c8b14a6 100644
--- a/ref_vqshlu_n.c
+++ b/ref_vqshlu_n.c
@@ -47,7 +47,8 @@ FNNAME (INSN)
V); \
vst1##Q##_##T4##W(VECT_VAR(result, T3, W, N), \
VECT_VAR(vector_res, T3, W, N)); \
- dump_neon_overflow(TEST_MSG, xSTR(INSN##Q##_n_##T2##W))
+ dump_neon_overflow(TEST_MSG, xSTR(INSN##Q##_n_##T2##W), \
+ xSTR(T1), W, N)
/* Two auxliary macros are necessary to expand INSN */
#define TEST_VQSHLU_N1(INSN, Q, T1, T2, T3, T4, W, N, V) \