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

  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc 1037 info_ptr->regs[STACK_REGS_CC].first = CC_FIRST;
5233 int cc_first;
5260 for (j = CC_FIRST; j <= CC_LAST; j++)
5409 for (j = CC_FIRST; j <= CC_LAST; j++)
5441 for (j = CC_FIRST; j <= CC_LAST; j++)
5457 cc_first = ICC_FIRST;
5464 cc_first = FCC_FIRST;
5469 cc_first = cc_last = 0;
5481 for (cc_regno = cc_first; cc_regno <= cc_last; cc_regno++)
5483 int cr_regno = cc_regno - CC_FIRST + CR_FIRST
5180 int cc_first; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc 1036 info_ptr->regs[STACK_REGS_CC].first = CC_FIRST;
5231 int cc_first;
5258 for (j = CC_FIRST; j <= CC_LAST; j++)
5407 for (j = CC_FIRST; j <= CC_LAST; j++)
5439 for (j = CC_FIRST; j <= CC_LAST; j++)
5455 cc_first = ICC_FIRST;
5462 cc_first = FCC_FIRST;
5467 cc_first = cc_last = 0;
5479 for (cc_regno = cc_first; cc_regno <= cc_last; cc_regno++)
5481 int cr_regno = cc_regno - CC_FIRST + CR_FIRST
5178 int cc_first; local
    [all...]

Completed in 46 milliseconds