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

Completed in 22 milliseconds