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

  /src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2.cc 5055 bool inc_p = true;
5076 inc_p = INTVAL (offset) > 0;
5086 inc_p = INTVAL (first_offset) >= 0;
5094 if (inc_p && last_regno >= regno)
5096 if (!inc_p && last_regno <= regno)
5044 bool inc_p = true; local
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
nios2.cc 5049 bool inc_p = true;
5070 inc_p = INTVAL (offset) > 0;
5080 inc_p = INTVAL (first_offset) >= 0;
5088 if (inc_p && last_regno >= regno)
5090 if (!inc_p && last_regno <= regno)
5038 bool inc_p = true; local

Completed in 35 milliseconds