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

  /src/external/gpl3/gcc/dist/gcc/config/pdp11/
pdp11.cc 1929 pdp11_small_shift (int n)
1943 if (CONST_INT_P (operands[2]) && pdp11_small_shift (INTVAL (operands[2])))
1986 const bool small = CONST_INT_P (operands[2]) && pdp11_small_shift (INTVAL (operands[2]));
2093 if (CONST_INT_P (operands[2]) && pdp11_small_shift (INTVAL (operands[2])))
1925 pdp11_small_shift (int n) function
  /src/external/gpl3/gcc.old/dist/gcc/config/pdp11/
pdp11.cc 1929 pdp11_small_shift (int n)
1943 if (CONST_INT_P (operands[2]) && pdp11_small_shift (INTVAL (operands[2])))
1986 const bool small = CONST_INT_P (operands[2]) && pdp11_small_shift (INTVAL (operands[2]));
2093 if (CONST_INT_P (operands[2]) && pdp11_small_shift (INTVAL (operands[2])))
1925 pdp11_small_shift (int n) function

Completed in 17 milliseconds