Lines Matching refs:__x
334 UDItype __x = __umulsidi3 (u, v); \
335 (w0) = (USItype) (__x); \
336 (w1) = (USItype) (__x >> 32); \
414 } __x; \
416 : "=&r" (__x.__ll) \
418 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \
424 } __x; \
425 __x.__i.__h = n1; __x.__i.__l = n0; \
427 : "=r" (__x.__ll) \
428 : "0" (__x.__ll), "r" (d)); \
429 (q) = __x.__i.__l; (r) = __x.__i.__h; \
554 UWtype __x; \
555 __x = (al) - (bl); \
560 (sl) = __x; \
850 UDItype __x = (UDItype) (USItype) (u) * (USItype) (v); \
851 (w1) = (USItype) (__x >> 32); \
852 (w0) = (USItype) (__x); \
1522 UDItype __x = (UDItype) (USItype) (u) * (USItype) (v); \
1523 (w1) = (USItype) (__x >> 32); \
1524 (w0) = (USItype) (__x); \
1616 UWtype __x; \
1617 __x = (al) + (bl); \
1618 (sh) = (ah) + (bh) + (__x < (al)); \
1619 (sl) = __x; \
1626 UWtype __x; \
1627 __x = (al) - (bl); \
1628 (sh) = (ah) - (bh) - (__x > (al)); \
1629 (sl) = __x; \