HomeSort by: relevance | last modified time | path
    Searched refs:OPTAB_LIB (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
optabs.h 171 requisite mode. Either OPTAB_LIB or OPTAB_LIB_WIDEN says try using
179 OPTAB_LIB,
optabs.cc 1502 = (methods == OPTAB_LIB || methods == OPTAB_LIB_WIDEN
1657 && methods != OPTAB_DIRECT && methods != OPTAB_LIB)
2203 && (methods == OPTAB_LIB || methods == OPTAB_LIB_WIDEN))
2258 methods = (methods == OPTAB_LIB_WIDEN ? OPTAB_LIB : OPTAB_DIRECT);
2272 || (methods == OPTAB_LIB
2360 unsignedp, OPTAB_LIB);
2361 if (temp || methods == OPTAB_LIB)
4563 if (methods != OPTAB_LIB && methods != OPTAB_LIB_WIDEN)
expmed.cc 5337 && (methods == OPTAB_LIB || methods == OPTAB_LIB_WIDEN))
  /src/external/gpl3/gcc.old/dist/gcc/
optabs.h 160 requisite mode. Either OPTAB_LIB or OPTAB_LIB_WIDEN says try using
168 OPTAB_LIB,
optabs.cc 1484 = (methods == OPTAB_LIB || methods == OPTAB_LIB_WIDEN
1642 && methods != OPTAB_DIRECT && methods != OPTAB_LIB)
2188 && (methods == OPTAB_LIB || methods == OPTAB_LIB_WIDEN))
2243 methods = (methods == OPTAB_LIB_WIDEN ? OPTAB_LIB : OPTAB_DIRECT);
2257 || (methods == OPTAB_LIB
2345 unsignedp, OPTAB_LIB);
2346 if (temp || methods == OPTAB_LIB)
4475 if (methods != OPTAB_LIB && methods != OPTAB_LIB_WIDEN)
expmed.cc 5321 && (methods == OPTAB_LIB || methods == OPTAB_LIB_WIDEN))
  /src/external/gpl3/gcc/dist/gcc/config/m32c/
m32c.cc 3853 temp2 = expand_simple_binop (SImode, MULT, temp1, scale, temp2, 1, OPTAB_LIB);
  /src/external/gpl3/gcc.old/dist/gcc/config/m32c/
m32c.cc 3851 temp2 = expand_simple_binop (SImode, MULT, temp1, scale, temp2, 1, OPTAB_LIB);

Completed in 46 milliseconds