Lines Matching refs:UDItype
52 #define UDWtype UDItype
147 UDItype __m0 = (m0), __m1 = (m1); \
155 do { UDItype __r; \
159 extern UDItype __udiv_qrnnd (UDItype *, UDItype, UDItype, UDItype);
169 UDItype __xr = (X), __t, __a; \
177 UDItype __xr = (X), __t, __a; \
214 #define __umulsidi3(u,v) ((UDItype)(USItype)u*(USItype)v)
276 register UDItype __t0 = (UDItype)(USItype)(a) * (USItype)(b); \
326 #define __umulsidi3(u,v) ((UDItype)(USItype) (u) * (UDItype)(USItype) (v))
329 extern UDItype __umulsidi3 (USItype, USItype);
334 UDItype __x = __umulsidi3 (u, v); \
370 UDItype __f; \
495 : "=r" ((UDItype) (sh)), \
496 "=&r" ((UDItype) (sl)) \
497 : "%0" ((UDItype) (ah)), \
498 "rme" ((UDItype) (bh)), \
499 "%1" ((UDItype) (al)), \
500 "rme" ((UDItype) (bl)))
503 : "=r" ((UDItype) (sh)), \
504 "=&r" ((UDItype) (sl)) \
505 : "0" ((UDItype) (ah)), \
506 "rme" ((UDItype) (bh)), \
507 "1" ((UDItype) (al)), \
508 "rme" ((UDItype) (bl)))
511 : "=a" ((UDItype) (w0)), \
512 "=d" ((UDItype) (w1)) \
513 : "%0" ((UDItype) (u)), \
514 "rm" ((UDItype) (v)))
517 : "=a" ((UDItype) (q)), \
518 "=d" ((UDItype) (r)) \
519 : "0" ((UDItype) (n0)), \
520 "1" ((UDItype) (n1)), \
521 "rm" ((UDItype) (dv)))
530 ({union {UDItype __ll; \
539 ({UDItype __w; \
781 union {UDItype __ll; \
792 ({union {UDItype __ll; \
850 UDItype __x = (UDItype) (USItype) (u) * (USItype) (v); \
941 else if (__builtin_constant_p (bh) && (bh) == ~(UDItype) 0) \
954 else if (__builtin_constant_p (ah) && (ah) == ~(UDItype) 0) \
960 else if (__builtin_constant_p (bh) && (bh) == ~(UDItype) 0) \
973 UDItype __m0 = (m0), __m1 = (m1); \
1393 UDItype __carry = 0; \
1398 : "=r" ((UDItype)(sh)), \
1399 "=&r" ((UDItype)(sl)), \
1401 : "%rJ" ((UDItype)(ah)), \
1402 "rI" ((UDItype)(bh)), \
1403 "%rJ" ((UDItype)(al)), \
1404 "rI" ((UDItype)(bl)) \
1410 UDItype __carry = 0; \
1415 : "=r" ((UDItype)(sh)), \
1416 "=&r" ((UDItype)(sl)), \
1418 : "%rJ" ((UDItype)(ah)), \
1419 "rI" ((UDItype)(bh)), \
1420 "%rJ" ((UDItype)(al)), \
1421 "rI" ((UDItype)(bl)) \
1427 UDItype tmp1, tmp2, tmp3, tmp4; \
1450 : "=r" ((UDItype)(wh)), \
1451 "=&r" ((UDItype)(wl)), \
1453 : "r" ((UDItype)(u)), \
1454 "r" ((UDItype)(v)) \
1481 UDItype __ll; \
1510 UDItype __ll; \
1519 #define __umulsidi3(u,v) ((UDItype)(USItype)u*(USItype)v)
1522 UDItype __x = (UDItype) (USItype) (u) * (USItype) (v); \