Home | History | Annotate | Download | only in mips

Lines Matching refs:DOTP_SB2

731 #define DOTP_SB2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1) \
736 #define DOTP_SB2_SH(...) DOTP_SB2(v8i16, __VA_ARGS__)
741 DOTP_SB2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1); \
742 DOTP_SB2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \