D | longlong.h | 247 # define umul_ppmm(xh, xl, a, b) \ argument 264 "=r" ((USItype) (xl)), \ 271 # define umul_ppmm(xh, xl, a, b) \ argument 275 (xl) = (USItype)__t0; \ 408 #define smul_ppmm(xh, xl, m0, m1) \ argument 416 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \ 430 #define smul_ppmm(xh, xl, m0, m1) \ argument 438 (xh) = __r0; (xl) = __r1; \ 662 #define umul_ppmm(xh, xl, a, b) \ argument 690 "=g" ((USItype) (xl)) \ [all …]
|