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

  /src/external/gpl3/gcc/dist/gcc/
lower-subreg.cc 150 /* For each X in the range [0, BITS_PER_WORD), set SPLITTING[X]
161 bool *splitting, enum rtx_code code,
189 splitting[i] = true;
640 fprintf (dump_file, "; Splitting reg %u ->", regno);
1294 bool *splitting = (GET_CODE (op) == ASHIFT local
1302 || !splitting[INTVAL (XEXP (op, 1)) - BITS_PER_WORD])
1438 SPLITTING[X] is true if we are splitting shifts by X + BITS_PER_WORD. */
1441 dump_shift_choices (enum rtx_code code, bool *splitting)
1447 " Splitting mode %s for %s lowering with shift amounts = "
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
lower-subreg.cc 149 /* For each X in the range [0, BITS_PER_WORD), set SPLITTING[X]
160 bool *splitting, enum rtx_code code,
188 splitting[i] = true;
639 fprintf (dump_file, "; Splitting reg %u ->", regno);
1281 bool *splitting = (GET_CODE (op) == ASHIFT local
1289 || !splitting[INTVAL (XEXP (op, 1)) - BITS_PER_WORD])
1409 SPLITTING[X] is true if we are splitting shifts by X + BITS_PER_WORD. */
1412 dump_shift_choices (enum rtx_code code, bool *splitting)
1418 " Splitting mode %s for %s lowering with shift amounts = "
    [all...]

Completed in 35 milliseconds