aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vqrshrun_n.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vqrshrun_n.c')
-rw-r--r--ref_vqrshrun_n.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/ref_vqrshrun_n.c b/ref_vqrshrun_n.c
index 3ef1322..53d11f5 100644
--- a/ref_vqrshrun_n.c
+++ b/ref_vqrshrun_n.c
@@ -40,14 +40,14 @@ THE SOFTWARE.
FNNAME (INSN)
{
/* Basic test: y=vqrshrun_n(x,v), then store the result. */
-#define TEST_VQRSHRUN_N2(INSN, T1, T2, W, W2, N, V) \
- Set_Neon_Cumulative_Sat(0); \
- VECT_VAR(vector_res, uint, W2, N) = \
- INSN##_##T2##W(VECT_VAR(vector, T1, W, N), \
- V); \
- vst1_u##W2(VECT_VAR(result, uint, W2, N), \
- VECT_VAR(vector_res, uint, W2, N)); \
- dump_neon_cumulative_sat(TEST_MSG, xSTR(INSN##_##T2##W), \
+#define TEST_VQRSHRUN_N2(INSN, T1, T2, W, W2, N, V) \
+ Set_Neon_Cumulative_Sat(0, VECT_VAR(vector_res, uint, W2, N)); \
+ VECT_VAR(vector_res, uint, W2, N) = \
+ INSN##_##T2##W(VECT_VAR(vector, T1, W, N), \
+ V); \
+ vst1_u##W2(VECT_VAR(result, uint, W2, N), \
+ VECT_VAR(vector_res, uint, W2, N)); \
+ dump_neon_cumulative_sat(TEST_MSG, xSTR(INSN##_##T2##W), \
xSTR(T1), W, N)
/* Two auxliary macros are necessary to expand INSN */