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

  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.cc 4224 int this_cycles, rsrv_cycles;
4230 this_cycles = get_attr_cycles (insn);
4236 this_cycles++;
4237 if (clock_var + this_cycles <= first_cycle)
4239 if ((first_jump > 0 && clock_var + this_cycles > second_cycle)
4206 int this_cycles, rsrv_cycles; local
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
c6x.cc 4223 int this_cycles, rsrv_cycles;
4229 this_cycles = get_attr_cycles (insn);
4235 this_cycles++;
4236 if (clock_var + this_cycles <= first_cycle)
4238 if ((first_jump > 0 && clock_var + this_cycles > second_cycle)
4205 int this_cycles, rsrv_cycles; local
  /src/external/gpl3/gcc/dist/gcc/config/bfin/
bfin.cc 4186 int this_cycles = 1;
4192 this_cycles = n_regs_to_save;
4199 this_cycles = 4;
4201 this_cycles = 3;
4203 this_cycles = 5;
4205 if (this_cycles >= cycles)
4208 cycles -= this_cycles;
4168 int this_cycles = 1; local
  /src/external/gpl3/gcc.old/dist/gcc/config/bfin/
bfin.cc 4185 int this_cycles = 1;
4191 this_cycles = n_regs_to_save;
4198 this_cycles = 4;
4200 this_cycles = 3;
4202 this_cycles = 5;
4204 if (this_cycles >= cycles)
4207 cycles -= this_cycles;
4167 int this_cycles = 1; local

Completed in 43 milliseconds