Lines Matching refs:opc
82 if (instr->opc == OPC_B) { in __instruction_case()
99 } else if (instr->opc == OPC_MOV) { in __instruction_case()
114 } else if (instr->opc == OPC_DEMOTE) { in __instruction_case()
117 is_atomic(instr->opc) && (instr->flags & IR3_INSTR_G)) { in __instruction_case()
118 return instr->opc - OPC_ATOMIC_ADD + OPC_ATOMIC_B_ADD; in __instruction_case()
120 if (instr->opc == OPC_RESINFO) { in __instruction_case()
122 } else if (instr->opc == OPC_LDIB) { in __instruction_case()
124 } else if (instr->opc == OPC_STIB) { in __instruction_case()
128 return instr->opc; in __instruction_case()
255 assert(opc_cat(s->instr->opc) == 2); in __multisrc_case()
256 if (ir3_cat2_int(s->instr->opc)) { in __multisrc_case()