HomeSort by: relevance | last modified time | path
    Searched defs:__vl (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
64 __vl = ((USItype) (vv.s.low) & (((USItype) 1 << ((4 * 8) / 2)) - 1));
66 __x0 = (USItype) __ul * __vl;
68 __x2 = (USItype) __uh * __vl;
  /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/
lib2mul.c 61 USItype __ul, __vl, __uh, __vh; local
64 __vl = ((USItype) (vv.s.low) & (((USItype) 1 << ((4 * 8) / 2)) - 1));
66 __x0 = (USItype) __ul * __vl;
68 __x2 = (USItype) __uh * __vl;

Completed in 95 milliseconds