Lines Matching defs:last
417 if (alu->last)
987 result[i]->last = 0;
992 /* determine new last instruction */
993 list_entry(bc->cf_last->alu.prev, struct r600_bytecode_alu, list)->last = 1;
1145 /* Make sure the CF ends with an "last" instruction when
1150 last_submitted->last = 1;
1190 alu.last = (i == max_slots - 1);
1207 /* hack to avoid making MOVA the last instruction in the clause */
1219 alu.last = 1;
1242 /* hack to avoid making MOVA the last instruction in the clause */
1250 alu.last = 1;
1294 bc->cf_last->curr_bs_head->last = 1;
1328 /* number of gpr == the last gpr used in any alu */
1346 if (nalu->last) {
1407 if (nalu->last && bc->n_pending_outputs) {
1720 S_SQ_ALU_WORD0_LAST(alu->last);
1900 if (alu->last) {
2179 unsigned i, id, ngr = 0, last;
2350 last = 1;
2358 if (last)
2384 if (alu->last) {
2394 last = alu->last;
2756 alu.last = j == 3;
2773 alu.last = 1;
2892 alu->last = G_SQ_ALU_WORD0_LAST(word0);