Searched refs:BI_OPCODE_JUMP (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/src/panfrost/bifrost/
H A Dbi_opcodes.h513 BI_OPCODE_JUMP, enumerator in enum:bi_opcode
H A Dbi_opcodes.c1227 [BI_OPCODE_JUMP] = {
H A Dbi_printer.c3060 case BI_OPCODE_JUMP:
H A Dbi_builder.h4134 I->op = BI_OPCODE_JUMP;
H A Dbi_packer.c6186 case BI_OPCODE_JUMP:
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_schedule.c290 if (last->branch_target || last->op == BI_OPCODE_JUMP) {
1797 clause->next_clause_prefetch = !last || (last->op != BI_OPCODE_JUMP);
H A Dbifrost_compile.c3615 assert(was_jump && (ins->op == BI_OPCODE_JUMP));
3621 was_jump = ins->op == BI_OPCODE_JUMP;

Completed in 39 milliseconds