Lines Matching defs:S

1571 #define DO_VQDMLAH_B(D, N, M, S) do_vqdmlah_b(N, M, D, 0, S)  argument
1572 #define DO_VQDMLAH_H(D, N, M, S) do_vqdmlah_h(N, M, D, 0, S) argument
1573 #define DO_VQDMLAH_W(D, N, M, S) do_vqdmlah_w(N, M, D, 0, S) argument
1574 #define DO_VQRDMLAH_B(D, N, M, S) do_vqdmlah_b(N, M, D, 1, S) argument
1575 #define DO_VQRDMLAH_H(D, N, M, S) do_vqdmlah_h(N, M, D, 1, S) argument
1576 #define DO_VQRDMLAH_W(D, N, M, S) do_vqdmlah_w(N, M, D, 1, S) argument
1578 #define DO_VQDMLASH_B(D, N, M, S) do_vqdmlah_b(N, D, M, 0, S) argument
1579 #define DO_VQDMLASH_H(D, N, M, S) do_vqdmlah_h(N, D, M, 0, S) argument
1580 #define DO_VQDMLASH_W(D, N, M, S) do_vqdmlah_w(N, D, M, 0, S) argument
1581 #define DO_VQRDMLASH_B(D, N, M, S) do_vqdmlah_b(N, D, M, 1, S) argument
1582 #define DO_VQRDMLASH_H(D, N, M, S) do_vqdmlah_h(N, D, M, 1, S) argument
1583 #define DO_VQRDMLASH_W(D, N, M, S) do_vqdmlah_w(N, D, M, 1, S) argument
3014 #define DO_VCMULH(N, M, D, S) float16_mul(N, M, S) argument
3015 #define DO_VCMULS(N, M, D, S) float32_mul(N, M, S) argument
3017 #define DO_VCMLAH(N, M, D, S) float16_muladd(N, M, D, 0, S) argument
3018 #define DO_VCMLAS(N, M, D, S) float32_muladd(N, M, D, 0, S) argument
3101 #define DO_VFMAS_SCALARH(N, M, D, F, S) float16_muladd(N, D, M, F, S) argument
3102 #define DO_VFMAS_SCALARS(N, M, D, F, S) float32_muladd(N, D, M, F, S) argument
3233 #define DO_GE16(X, Y, S) float16_le(Y, X, S) argument
3234 #define DO_GE32(X, Y, S) float32_le(Y, X, S) argument
3235 #define DO_GT16(X, Y, S) float16_lt(Y, X, S) argument
3236 #define DO_GT32(X, Y, S) float32_lt(Y, X, S) argument
3330 #define DO_VRINT_RM_H(M, F, S) helper_rinth(M, S) argument
3331 #define DO_VRINT_RM_S(M, F, S) helper_rints(M, S) argument