Lines Matching refs:v

208 #define __umulsidi3(u,v) ((UDItype)(USItype)u*(USItype)v)  argument
320 #define __umulsidi3(u,v) ((UDItype)(USItype) (u) * (UDItype)(USItype) (v)) argument
326 #define umul_ppmm(w1, w0, u, v) \ argument
328 UDItype __x = __umulsidi3 (u, v); \
360 #define umul_ppmm(w1, w0, u, v) \ argument
370 "x" ((USItype) (v))); \
467 #define umul_ppmm(w1, w0, u, v) \ argument
472 "rm" ((USItype) (v)))
503 #define umul_ppmm(w1, w0, u, v) \ argument
508 "rm" ((UDItype) (v)))
523 #define umul_ppmm(w1, w0, u, v) \ argument
530 "dI" ((USItype) (v))); \
532 #define __umulsidi3(u, v) \ argument
537 "dI" ((USItype) (v))); \
633 #define umul_ppmm(w1, w0, u, v) \ argument
638 "dmi" ((USItype) (v)))
773 #define umul_ppmm(wh, wl, u, v) \ argument
781 "r" ((USItype) (v))); \
807 # define umul_ppmm(w1, w0, u, v) \ argument
808 asm("mulu %3,%2,%1,%0" : "=r"(w0), "=r"(w1) : "r"(u), "r"(v))
809 # define smul_ppmm(w1, w0, u, v) \ argument
810 asm("mul %3,%2,%1,%0" : "=r"(w0), "=r"(w1) : "r"(u), "r"(v))
812 # define umul_ppmm(w1, w0, u, v) \ argument
813 asm("nop; nop; mulu %3,%0" : "=d"(w0), "=z"(w1) : "%0"(u), "d"(v))
814 # define smul_ppmm(w1, w0, u, v) \ argument
815 asm("nop; nop; mul %3,%0" : "=d"(w0), "=z"(w1) : "%0"(u), "d"(v))
842 #define umul_ppmm(w1, w0, u, v) \ argument
844 UDItype __x = (UDItype) (USItype) (u) * (USItype) (v); \
858 #define umul_ppmm(w1, w0, u, v) \ argument
865 "g" ((USItype) (v))); \
867 #define __umulsidi3(u, v) \ argument
872 "g" ((USItype) (v))); \
1087 #define umul_ppmm(w1, w0, u, v) \ argument
1093 "r" ((USItype)(v)) \
1131 #define __umulsidi3(u,v) ((UDItype)(USItype)u*(USItype)v) argument
1166 #define umul_ppmm(w1, w0, u, v) \ argument
1174 "r" ((USItype) (v))); \
1189 #define umul_ppmm(w1, w0, u, v) \ argument
1194 "r" ((USItype) (v)))
1206 #define umul_ppmm(w1, w0, u, v) \ argument
1211 "r" ((USItype) (v)))
1271 #define umul_ppmm(w1, w0, u, v) \ argument
1315 "r" ((USItype) (v)) \
1392 #define umul_ppmm(wh, wl, u, v) \ argument
1421 "r" ((UDItype)(v)) \
1486 #define __umulsidi3(u,v) ((UDItype)(USItype)u*(USItype)v) argument
1487 #define umul_ppmm(w1, w0, u, v) \ argument
1489 UDItype __x = (UDItype) (USItype) (u) * (USItype) (v); \
1508 #define umul_ppmm(w1, w0, u, v) \ argument
1511 __w.ll = __builtin_umulsidi3 (u, v); \
1515 #define __umulsidi3(u, v) __builtin_umulsidi3 (u, v) argument
1603 #define umul_ppmm(w1, w0, u, v) \ argument
1606 UWtype __xm0 = (u), __xm1 = (v); \
1615 #define umul_ppmm(w1, w0, u, v) \ argument
1622 __vl = __ll_lowpart (v); \
1623 __vh = __ll_highpart (v); \
1641 #define __umulsidi3(u, v) \ argument
1643 umul_ppmm (__w.s.high, __w.s.low, u, v); \