Searched refs:IR3_INSTR_JP (Results 1 – 5 of 5) sorted by relevance
151 cat0->jmp_tgt = !!(instr->flags & IR3_INSTR_JP); in emit_cat0()196 cat1->jmp_tgt = !!(instr->flags & IR3_INSTR_JP); in emit_cat1()289 cat2->jmp_tgt = !!(instr->flags & IR3_INSTR_JP); in emit_cat2()391 cat3->jmp_tgt = !!(instr->flags & IR3_INSTR_JP); in emit_cat3()440 cat4->jmp_tgt = !!(instr->flags & IR3_INSTR_JP); in emit_cat4()530 cat5->jmp_tgt = !!(instr->flags & IR3_INSTR_JP); in emit_cat5()550 cat6->jmp_tgt = !!(instr->flags & IR3_INSTR_JP); in emit_cat6_a6xx()671 cat6->jmp_tgt = !!(instr->flags & IR3_INSTR_JP); in emit_cat6()906 cat7->jmp_tgt = !!(instr->flags & IR3_INSTR_JP); in emit_cat7()
87 if (instr->flags & IR3_INSTR_JP) in print_instr_name()
557 target->flags |= IR3_INSTR_JP; in mark_jp()
568 | T_JP { iflags.flags |= IR3_INSTR_JP; }
214 IR3_INSTR_JP = 0x004, enumerator