Lines Matching refs:v

214 #define __umulsidi3(u,v) ((UDItype)(USItype)u*(USItype)v)  argument
326 #define __umulsidi3(u,v) ((UDItype)(USItype) (u) * (UDItype)(USItype) (v)) argument
332 #define umul_ppmm(w1, w0, u, v) \ argument
334 UDItype __x = __umulsidi3 (u, v); \
366 #define umul_ppmm(w1, w0, u, v) \ argument
376 "x" ((USItype) (v))); \
473 #define umul_ppmm(w1, w0, u, v) \ argument
478 "rm" ((USItype) (v)))
509 #define umul_ppmm(w1, w0, u, v) \ argument
514 "rm" ((UDItype) (v)))
529 #define umul_ppmm(w1, w0, u, v) \ argument
536 "dI" ((USItype) (v))); \
538 #define __umulsidi3(u, v) \ argument
543 "dI" ((USItype) (v))); \
639 #define umul_ppmm(w1, w0, u, v) \ argument
644 "dmi" ((USItype) (v)))
779 #define umul_ppmm(wh, wl, u, v) \ argument
787 "r" ((USItype) (v))); \
813 # define umul_ppmm(w1, w0, u, v) \ argument
814 asm("mulu %3,%2,%1,%0" : "=r"(w0), "=r"(w1) : "r"(u), "r"(v))
815 # define smul_ppmm(w1, w0, u, v) \ argument
816 asm("mul %3,%2,%1,%0" : "=r"(w0), "=r"(w1) : "r"(u), "r"(v))
818 # define umul_ppmm(w1, w0, u, v) \ argument
819 asm("nop; nop; mulu %3,%0" : "=d"(w0), "=z"(w1) : "%0"(u), "d"(v))
820 # define smul_ppmm(w1, w0, u, v) \ argument
821 asm("nop; nop; mul %3,%0" : "=d"(w0), "=z"(w1) : "%0"(u), "d"(v))
848 #define umul_ppmm(w1, w0, u, v) \ argument
850 UDItype __x = (UDItype) (USItype) (u) * (USItype) (v); \
1057 #define __umulsidi3(u,v) ((UDWtype)(UWtype)(u) * (UWtype)(v)) argument
1080 #define umul_ppmm(w1, w0, u, v) \ argument
1087 __vl = __ll_lowpart (v); \
1088 __vh = __ll_highpart (v); \
1107 #define umul_ppmm(w1, w0, u, v) \ argument
1113 "r" ((USItype)(v)) \
1199 #define umul_ppmm(w1, w0, u, v) \ argument
1207 "r" ((USItype) (v))); \
1222 #define umul_ppmm(w1, w0, u, v) \ argument
1227 "r" ((USItype) (v)))
1239 #define umul_ppmm(w1, w0, u, v) \ argument
1244 "r" ((USItype) (v)))
1304 #define umul_ppmm(w1, w0, u, v) \ argument
1348 "r" ((USItype) (v)) \
1425 #define umul_ppmm(wh, wl, u, v) \ argument
1454 "r" ((UDItype)(v)) \
1519 #define __umulsidi3(u,v) ((UDItype)(USItype)u*(USItype)v) argument
1520 #define umul_ppmm(w1, w0, u, v) \ argument
1522 UDItype __x = (UDItype) (USItype) (u) * (USItype) (v); \
1541 #define umul_ppmm(w1, w0, u, v) \ argument
1544 __w.ll = __builtin_umulsidi3 (u, v); \
1548 #define __umulsidi3(u, v) __builtin_umulsidi3 (u, v) argument
1636 #define umul_ppmm(w1, w0, u, v) \ argument
1639 UWtype __xm0 = (u), __xm1 = (v); \
1648 #define umul_ppmm(w1, w0, u, v) \ argument
1655 __vl = __ll_lowpart (v); \
1656 __vh = __ll_highpart (v); \
1674 #define __umulsidi3(u, v) \ argument
1676 umul_ppmm (__w.s.high, __w.s.low, u, v); \