HomeSort by: relevance | last modified time | path
    Searched refs:schedule_i (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.c 2864 int pipe_0, pipe_1, pipe_hbrp, pipe_ls, schedule_i;
2887 pipe_0 = pipe_1 = pipe_hbrp = pipe_ls = schedule_i = -1;
2982 schedule_i = pipe_0;
2987 schedule_i = pipe_1;
2989 if (schedule_i > -1)
2991 insn = ready[schedule_i];
2992 ready[schedule_i] = ready[nready - 1];
2857 int pipe_0, pipe_1, pipe_hbrp, pipe_ls, schedule_i; local

Completed in 29 milliseconds