Searched refs:IR3_INSTR_JP (Results 1 – 3 of 3) sorted by relevance
138 cat0->jmp_tgt = !!(instr->flags & IR3_INSTR_JP); in emit_cat0()188 cat1->jmp_tgt = !!(instr->flags & IR3_INSTR_JP); in emit_cat1()268 cat2->jmp_tgt = !!(instr->flags & IR3_INSTR_JP); in emit_cat2()361 cat3->jmp_tgt = !!(instr->flags & IR3_INSTR_JP); in emit_cat3()409 cat4->jmp_tgt = !!(instr->flags & IR3_INSTR_JP); in emit_cat4()465 cat5->jmp_tgt = !!(instr->flags & IR3_INSTR_JP); in emit_cat5()480 cat6->jmp_tgt = !!(instr->flags & IR3_INSTR_JP); in emit_cat6()662 cat7->jmp_tgt = !!(instr->flags & IR3_INSTR_JP); in emit_cat7()
402 target->flags |= IR3_INSTR_JP; in mark_convergence_points()
195 IR3_INSTR_JP = 0x004, enumerator