Lines Matching refs:opc
28 #include "ir3/instr-a3xx.h" // TODO move opc's and other useful things to ir3-instr.h or so
76 * encoding, so there are some cases where we need to fixup the opc
82 if (instr->opc == OPC_B) {
99 } else if (instr->opc == OPC_MOV) {
114 } else if (instr->opc == OPC_DEMOTE) {
117 is_atomic(instr->opc) && (instr->flags & IR3_INSTR_G)) {
118 return instr->opc - OPC_ATOMIC_ADD + OPC_ATOMIC_B_ADD;
120 if (instr->opc == OPC_RESINFO) {
122 } else if (instr->opc == OPC_LDIB) {
124 } else if (instr->opc == OPC_STIB) {
128 return instr->opc;
255 assert(opc_cat(s->instr->opc) == 2);
256 if (ir3_cat2_int(s->instr->opc)) {