Lines Matching refs:UWtype
44 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
45 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
50 #define UWtype USItype macro
554 UWtype __x; \
572 UWtype _x = (x), _y, _a, _c; \
588 UWtype __ctz_x = (x); \
1057 #define __umulsidi3(u,v) ((UDWtype)(UWtype)(u) * (UWtype)(v))
1058 #define __muluw3(a, b) ((UWtype)(a) * (UWtype)(b))
1071 register UWtype __op0 asm ("a0") = a; \
1072 register UWtype __op1 asm ("a1") = b; \
1082 UWtype __x0, __x1, __x2, __x3; \
1128 extern UWtype __udiv_qrnnd_16 (UWtype, UWtype) \
1150 extern UWtype __udiv_qrnnd_16 (UWtype, UWtype) \
1616 UWtype __x; \
1626 UWtype __x; \
1638 UWtype __w1; \
1639 UWtype __xm0 = (u), __xm1 = (v); \
1650 UWtype __x0, __x1, __x2, __x3; \
1658 __x0 = (UWtype) __ul * __vl; \
1659 __x1 = (UWtype) __ul * __vh; \
1660 __x2 = (UWtype) __uh * __vl; \
1661 __x3 = (UWtype) __uh * __vh; \
1683 UWtype __d1, __d0, __q1, __q0; \
1684 UWtype __r1, __r0, __m; \
1690 __m = (UWtype) __q1 * __d0; \
1703 __m = (UWtype) __q0 * __d0; \
1714 (q) = (UWtype) __q1 * __ll_B | __q0; \
1723 extern UWtype __udiv_w_sdiv (UWtype *, UWtype, UWtype, UWtype); \
1724 UWtype __r; \
1739 UWtype __xr = (x); \
1740 UWtype __a; \
1744 __a = __xr < ((UWtype)1<<2*__BITS4) \
1745 ? (__xr < ((UWtype)1<<__BITS4) ? 0 : __BITS4) \
1746 : (__xr < ((UWtype)1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
1765 UWtype __ctz_x = (x); \
1766 UWtype __ctz_c; \