aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vqrdmulh_n.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vqrdmulh_n.c')
-rw-r--r--ref_vqrdmulh_n.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/ref_vqrdmulh_n.c b/ref_vqrdmulh_n.c
index 92b79b6..01f0e0b 100644
--- a/ref_vqrdmulh_n.c
+++ b/ref_vqrdmulh_n.c
@@ -42,14 +42,14 @@ FNNAME (INSN)
int i;
/* vector_res = vqrdmulh_n(vector,val), then store the result. */
-#define TEST_VQRDMULH_N2(INSN, Q, T1, T2, W, N, L) \
- Set_Neon_Cumulative_Sat(0); \
- VECT_VAR(vector_res, T1, W, N) = \
- INSN##Q##_n_##T2##W(VECT_VAR(vector, T1, W, N), \
- L); \
- vst1##Q##_##T2##W(VECT_VAR(result, T1, W, N), \
- VECT_VAR(vector_res, T1, W, N)); \
- dump_neon_cumulative_sat(TEST_MSG, xSTR(INSN##Q##_n_##T2##W), \
+#define TEST_VQRDMULH_N2(INSN, Q, T1, T2, W, N, L) \
+ Set_Neon_Cumulative_Sat(0, VECT_VAR(vector_res, T1, W, N)); \
+ VECT_VAR(vector_res, T1, W, N) = \
+ INSN##Q##_n_##T2##W(VECT_VAR(vector, T1, W, N), \
+ L); \
+ vst1##Q##_##T2##W(VECT_VAR(result, T1, W, N), \
+ VECT_VAR(vector_res, T1, W, N)); \
+ dump_neon_cumulative_sat(TEST_MSG, xSTR(INSN##Q##_n_##T2##W), \
xSTR(T1), W, N)
/* Two auxliary macros are necessary to expand INSN */