Lines Matching defs:slots_filled
1778 int slots_filled = 0;
1784 prev_inst, slots_filled + 1,
1818 if (++slots_filled == 3)
1826 assert(invalid_sig_count == 0 || slots_filled >= invalid_sig_count);
1828 slots_filled -= invalid_sig_count;
1834 scoreboard->last_thrsw_tick = scoreboard->tick - slots_filled;
1839 slots_filled++;
1849 if (slots_filled <= 1) {
1861 for (int i = 0; i < 3 - slots_filled; i++) {
1927 int slots_filled = 0;
1928 while (slots_filled < 3 && block->instructions.next != &inst->link) {
1936 branch_tick - slots_filled - 1) {
1941 branch_tick - slots_filled - 1) {
1946 branch_tick - slots_filled - 1) {
1954 branch_tick - slots_filled) {
1980 slots_filled++;
1983 block->branch_qpu_ip = c->qpu_inst_count - 1 - slots_filled;
1984 scoreboard->last_branch_tick = branch_tick - slots_filled;
1992 for (int i = 0; i < 3 - slots_filled; i++)
2432 int slots_filled = 0;
2433 while (slots_filled < delay_slot_count &&
2439 slots_filled++;
2442 slots_filled * sizeof(uint64_t);