Searched refs:spu_sched_length (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/config/spu/
H A Dspu.c2790 static int spu_sched_length;
2813 spu_sched_length = 0;
2825 spu_sched_length = 0;
2848 spu_sched_length += len;
2872 spu_ls_first = spu_sched_length;
2877 Include those nops in spu_sched_length. */
2878 if (prev_clock_var == clock_var && (spu_sched_length & 7))
2879 spu_sched_length += 4;
2977 && spu_sched_length - spu_ls_first >= 4 * 15
2997 if ((spu_sched_length
2783 static int spu_sched_length; variable
[all...]

Completed in 64 milliseconds