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

  /src/external/gpl3/gcc/dist/gcc/
regrename.cc 136 static operand_rr_info *cur_operand; variable
205 /* Examine cur_operand, and if it is nonnull, record information about the
211 if (cur_operand == NULL || cur_operand->failed)
215 cur_operand->failed = true;
218 gcc_assert (cur_operand->n_chains < MAX_REGS_PER_ADDRESS);
219 cur_operand->heads[cur_operand->n_chains] = head;
220 cur_operand->chains[cur_operand->n_chains++] = this_du
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
regrename.cc 136 static operand_rr_info *cur_operand; variable
205 /* Examine cur_operand, and if it is nonnull, record information about the
211 if (cur_operand == NULL || cur_operand->failed)
215 cur_operand->failed = true;
218 gcc_assert (cur_operand->n_chains < MAX_REGS_PER_ADDRESS);
219 cur_operand->heads[cur_operand->n_chains] = head;
220 cur_operand->chains[cur_operand->n_chains++] = this_du
    [all...]

Completed in 31 milliseconds