HomeSort by: relevance | last modified time | path
    Searched defs:__ul (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/msp430/
lib2mul.c 61 USItype __ul, __vl, __uh, __vh; local
62 __ul = ((USItype) (uu.s.low) & (((USItype) 1 << ((4 * 8) / 2)) - 1));
66 __x0 = (USItype) __ul * __vl;
67 __x1 = (USItype) __ul * __vh;
  /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/
lib2mul.c 61 USItype __ul, __vl, __uh, __vh; local
62 __ul = ((USItype) (uu.s.low) & (((USItype) 1 << ((4 * 8) / 2)) - 1));
66 __x0 = (USItype) __ul * __vl;
67 __x1 = (USItype) __ul * __vh;

Completed in 23 milliseconds