HomeSort by relevance Sort by last modified time
    Searched full:__umulsidi3 (Results 1 - 1 of 1) sorted by null

  /toolchain/binutils/binutils-2.25/include/
longlong.h 68 2) __umulsidi3(a,b) multiplies two UWtype integers A and B, and returns a
208 #define __umulsidi3(u,v) ((UDItype)(USItype)u*(USItype)v) macro
320 #define __umulsidi3(u,v) ((UDItype)(USItype) (u) * (UDItype)(USItype) (v)) macro
322 #define __umulsidi3 __umulsidi3 macro
323 extern UDItype __umulsidi3 (USItype, USItype);
328 UDItype __x = __umulsidi3 (u, v); \
532 #define __umulsidi3(u, v) \ macro
867 #define __umulsidi3(u, v) \ macro
1131 #define __umulsidi3 macro
1486 #define __umulsidi3 macro
1515 #define __umulsidi3 macro
1641 #define __umulsidi3 macro
    [all...]

Completed in 54 milliseconds