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

  /src/external/gpl3/gcc/dist/gcc/
regcprop.cc 572 enum rtx_code index_code = SCRATCH; local
591 index_code = GET_CODE (*locI);
598 index_code = GET_CODE (*locI);
604 index_code = GET_CODE (XEXP (x, 0));
610 index_code = GET_CODE (XEXP (x, 1));
633 index_code = GET_CODE (*locI);
639 index_code = GET_CODE (*locI);
645 index_code = GET_CODE (*locI);
654 index_code),
regrename.cc 1281 DEBUG_INSN. The arguments MODE, AS, CODE and INDEX_CODE are as for
1286 rtx_code code, rtx_code index_code)
1290 return base_reg_class (mode, as, code, index_code);
1321 enum rtx_code index_code = SCRATCH; local
1340 index_code = GET_CODE (*locI);
1347 index_code = GET_CODE (*locI);
1353 index_code = GET_CODE (XEXP (x, 0));
1359 index_code = GET_CODE (XEXP (x, 1));
1382 index_code = GET_CODE (*locI);
1388 index_code = GET_CODE (*locI)
    [all...]
reload.cc 5555 If CONTEXT == 0 and OUTER_CODE is a PLUS or LO_SUM, then INDEX_CODE
5579 enum rtx_code outer_code, enum rtx_code index_code,
5595 context_reg_class = base_reg_class (mode, as, outer_code, index_code,
5749 enum rtx_code index_code;
5785 index_code = GET_CODE (XEXP (op1, 1));
5821 code, index_code,
5835 if (!regno_ok_for_base_p (regno, GET_MODE (x), as, code, index_code))
5840 code, index_code,
5909 index_code))
6051 index_code))
5730 enum rtx_code index_code; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
regcprop.cc 562 enum rtx_code index_code = SCRATCH; local
581 index_code = GET_CODE (*locI);
588 index_code = GET_CODE (*locI);
594 index_code = GET_CODE (XEXP (x, 0));
600 index_code = GET_CODE (XEXP (x, 1));
623 index_code = GET_CODE (*locI);
629 index_code = GET_CODE (*locI);
635 index_code = GET_CODE (*locI);
644 index_code),
regrename.cc 1281 DEBUG_INSN. The arguments MODE, AS, CODE and INDEX_CODE are as for
1286 rtx_code code, rtx_code index_code)
1290 return base_reg_class (mode, as, code, index_code);
1321 enum rtx_code index_code = SCRATCH; local
1340 index_code = GET_CODE (*locI);
1347 index_code = GET_CODE (*locI);
1353 index_code = GET_CODE (XEXP (x, 0));
1359 index_code = GET_CODE (XEXP (x, 1));
1382 index_code = GET_CODE (*locI);
1388 index_code = GET_CODE (*locI)
    [all...]
reload.cc 5557 If CONTEXT == 0 and OUTER_CODE is a PLUS or LO_SUM, then INDEX_CODE
5581 enum rtx_code outer_code, enum rtx_code index_code,
5597 context_reg_class = base_reg_class (mode, as, outer_code, index_code);
5750 enum rtx_code index_code;
5786 index_code = GET_CODE (XEXP (op1, 1));
5822 code, index_code),
5835 if (!regno_ok_for_base_p (regno, GET_MODE (x), as, code, index_code))
5840 code, index_code),
5908 index_code))
6050 index_code))
5731 enum rtx_code index_code; local
    [all...]

Completed in 40 milliseconds