Home | History | Annotate | Download | only in source

Lines Matching full:const0

136 #define ARGBTOY(argb0, argb1, argb2, argb3, const0, const1, const2, shift, \
146 reg0_m = __msa_dotp_u_h(vec0_m, const0); \
147 reg1_m = __msa_dotp_u_h(vec1_m, const0); \
245 #define ARGBTOUV(argb0, argb1, argb2, argb3, const0, const1, const2, const3, \
267 reg0_m -= __msa_dotp_u_h(vec2_m, const0); \
268 reg1_m -= __msa_dotp_u_h(vec3_m, const0); \