HomeSort by: relevance | last modified time | path
    Searched refs:OPC_JUMP (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_delay.c 119 (is_flow(n) && (n->opc != OPC_JUMP) && (n->opc != OPC_B));
ir3_legalize.c 469 if (instr->opc == OPC_JUMP) {
581 if (jumps[0]->opc == OPC_JUMP)
instr-a3xx.h 63 OPC_JUMP = _OPC(0, 2),
disasm-a3xx.c 160 OPC(0, OPC_JUMP, jump),
ir3_postsched.c 650 case OPC_JUMP:
ir3_parser.y 781 | T_OP_JUMP { new_instr(OPC_JUMP); } cat0_immed
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_legalize.c 379 if (instr->opc == OPC_JUMP)
instr-a3xx.h 43 OPC_JUMP = _OPC(0, 2),
ir3_sched.c 238 if (is_alu(n) || (is_flow(n) && (n->opc != OPC_JUMP) && (n->opc != OPC_BR)))
disasm-a3xx.c 176 case OPC_JUMP:
872 OPC(0, OPC_JUMP, jump),

Completed in 13 milliseconds