Home | History | Annotate | Download | only in include

Lines Matching refs:xh

243 #  define umul_ppmm(xh, xl, a, b)					\
259 : "=&r" ((USItype) (xh)), \
267 # define umul_ppmm(xh, xl, a, b) \
272 (xh) = (USItype)(__t0 >> 32); \
404 #define smul_ppmm(xh, xl, m0, m1) \
412 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \
426 #define smul_ppmm(xh, xl, m0, m1) \
434 (xh) = __r0; (xl) = __r1; \
658 #define umul_ppmm(xh, xl, a, b) \
685 : "=g" ((USItype) (xh)), \
694 #define umul_ppmm(xh, xl, a, b) \
721 : "=g" ((USItype) (xh)), \
1445 #define umul_ppmm(xh, xl, m0, m1) \
1456 (xh) = __xx.__i.__h; \
1458 (xh) += ((((SItype) __m0 >> 31) & __m1) \
1559 #define umul_ppmm(xh, xl, m0, m1) \
1570 (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
1571 (xh) += ((((signed int) __m0 >> 15) & __m1) \