Lines Matching defs:S

1570 #define DO_VQDMLAH_B(D, N, M, S) do_vqdmlah_b(N, M, D, 0, S)  argument
1571 #define DO_VQDMLAH_H(D, N, M, S) do_vqdmlah_h(N, M, D, 0, S) argument
1572 #define DO_VQDMLAH_W(D, N, M, S) do_vqdmlah_w(N, M, D, 0, S) argument
1573 #define DO_VQRDMLAH_B(D, N, M, S) do_vqdmlah_b(N, M, D, 1, S) argument
1574 #define DO_VQRDMLAH_H(D, N, M, S) do_vqdmlah_h(N, M, D, 1, S) argument
1575 #define DO_VQRDMLAH_W(D, N, M, S) do_vqdmlah_w(N, M, D, 1, S) argument
1577 #define DO_VQDMLASH_B(D, N, M, S) do_vqdmlah_b(N, D, M, 0, S) argument
1578 #define DO_VQDMLASH_H(D, N, M, S) do_vqdmlah_h(N, D, M, 0, S) argument
1579 #define DO_VQDMLASH_W(D, N, M, S) do_vqdmlah_w(N, D, M, 0, S) argument
1580 #define DO_VQRDMLASH_B(D, N, M, S) do_vqdmlah_b(N, D, M, 1, S) argument
1581 #define DO_VQRDMLASH_H(D, N, M, S) do_vqdmlah_h(N, D, M, 1, S) argument
1582 #define DO_VQRDMLASH_W(D, N, M, S) do_vqdmlah_w(N, D, M, 1, S) argument
3009 #define DO_VCMULH(N, M, D, S) float16_mul(N, M, S) argument
3010 #define DO_VCMULS(N, M, D, S) float32_mul(N, M, S) argument
3012 #define DO_VCMLAH(N, M, D, S) float16_muladd(N, M, D, 0, S) argument
3013 #define DO_VCMLAS(N, M, D, S) float32_muladd(N, M, D, 0, S) argument
3094 #define DO_VFMAS_SCALARH(N, M, D, F, S) float16_muladd(N, D, M, F, S) argument
3095 #define DO_VFMAS_SCALARS(N, M, D, F, S) float32_muladd(N, D, M, F, S) argument
3223 #define DO_GE16(X, Y, S) float16_le(Y, X, S) argument
3224 #define DO_GE32(X, Y, S) float32_le(Y, X, S) argument
3225 #define DO_GT16(X, Y, S) float16_lt(Y, X, S) argument
3226 #define DO_GT32(X, Y, S) float32_lt(Y, X, S) argument
3318 #define DO_VRINT_RM_H(M, F, S) helper_rinth(M, S) argument
3319 #define DO_VRINT_RM_S(M, F, S) helper_rints(M, S) argument