aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vqdmlal.c
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@st.com>2014-05-16 17:12:21 +0200
committerChristophe Lyon <christophe.lyon@st.com>2014-05-16 17:12:21 +0200
commitfad316adcad1edd1cbb1e01769768abcffcb1070 (patch)
tree3823267fa869acfebee0e0c30d86a277afb1f45c /ref_vqdmlal.c
parent2abbb6e9c9987f5d7cd9ff68c8812db388266e60 (diff)
downloadplatform_external_arm-neon-tests-fad316adcad1edd1cbb1e01769768abcffcb1070.tar.gz
platform_external_arm-neon-tests-fad316adcad1edd1cbb1e01769768abcffcb1070.tar.bz2
platform_external_arm-neon-tests-fad316adcad1edd1cbb1e01769768abcffcb1070.zip
Add new output file, to make conversion to GCC dejagnu testsuite easier.
Diffstat (limited to 'ref_vqdmlal.c')
-rw-r--r--ref_vqdmlal.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ref_vqdmlal.c b/ref_vqdmlal.c
index ff7ce56..c686c9d 100644
--- a/ref_vqdmlal.c
+++ b/ref_vqdmlal.c
@@ -52,7 +52,8 @@ FNNAME (INSN_NAME)
VECT_VAR(vector4, T1, W2, N)); \
vst1q_##T2##W(VECT_VAR(result, T1, W, N), \
VECT_VAR(vector_res, T1, W, N)); \
- dump_neon_overflow(TEST_MSG, xSTR(INSN##_##T2##W2))
+ dump_neon_overflow(TEST_MSG, xSTR(INSN##_##T2##W2), \
+ xSTR(T1), W, N)
#define TEST_VQDMLXL(INSN, T1, T2, W, W2, N) \
TEST_VQDMLXL1(INSN, T1, T2, W, W2, N)