Home
last modified time | relevance | path

Searched refs:IR3_INSTR_JP (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/freedreno/ir3/
Dir3.c151 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()
Dir3_print.c87 if (instr->flags & IR3_INSTR_JP) in print_instr_name()
Dir3_legalize.c557 target->flags |= IR3_INSTR_JP; in mark_jp()
Dir3_parser.y568 | T_JP { iflags.flags |= IR3_INSTR_JP; }
Dir3.h214 IR3_INSTR_JP = 0x004, enumerator