Lines Matching defs:D

800 #define mergemask(D, R, M)                      \  argument
1610 #define DO_VQDMLAH_B(D, N, M, S) do_vqdmlah_b(N, M, D, 0, S) argument
1611 #define DO_VQDMLAH_H(D, N, M, S) do_vqdmlah_h(N, M, D, 0, S) argument
1612 #define DO_VQDMLAH_W(D, N, M, S) do_vqdmlah_w(N, M, D, 0, S) argument
1613 #define DO_VQRDMLAH_B(D, N, M, S) do_vqdmlah_b(N, M, D, 1, S) argument
1614 #define DO_VQRDMLAH_H(D, N, M, S) do_vqdmlah_h(N, M, D, 1, S) argument
1615 #define DO_VQRDMLAH_W(D, N, M, S) do_vqdmlah_w(N, M, D, 1, S) argument
1617 #define DO_VQDMLASH_B(D, N, M, S) do_vqdmlah_b(N, D, M, 0, S) argument
1618 #define DO_VQDMLASH_H(D, N, M, S) do_vqdmlah_h(N, D, M, 0, S) argument
1619 #define DO_VQDMLASH_W(D, N, M, S) do_vqdmlah_w(N, D, M, 0, S) argument
1620 #define DO_VQRDMLASH_B(D, N, M, S) do_vqdmlah_b(N, D, M, 1, S) argument
1621 #define DO_VQRDMLASH_H(D, N, M, S) do_vqdmlah_h(N, D, M, 1, S) argument
1622 #define DO_VQRDMLASH_W(D, N, M, S) do_vqdmlah_w(N, D, M, 1, S) argument
1639 #define DO_VMLA(D, N, M) ((N) * (M) + (D)) argument
1644 #define DO_VMLAS(D, N, M) ((N) * (D) + (M)) in DO_2OP_ACC_SCALAR_U() argument
3028 #define DO_VCMULH(N, M, D, S) float16_mul(N, M, S) argument
3029 #define DO_VCMULS(N, M, D, S) float32_mul(N, M, S) argument
3031 #define DO_VCMLAH(N, M, D, S) float16_muladd(N, M, D, 0, S) argument
3032 #define DO_VCMLAS(N, M, D, S) float32_muladd(N, M, D, 0, S) argument
3113 #define DO_VFMAS_SCALARH(N, M, D, F, S) float16_muladd(N, D, M, F, S) argument
3114 #define DO_VFMAS_SCALARS(N, M, D, F, S) float32_muladd(N, D, M, F, S) argument