Lines Matching refs:opc
29 #include "ir3/instr-a3xx.h" // TODO move opc's and other useful things to ir3-instr.h or so
79 * encoding, so there are some cases where we need to fixup the opc
85 if (instr->opc == OPC_B) {
102 } else if (instr->opc == OPC_MOV) {
117 } else if (instr->opc == OPC_DEMOTE) {
120 if (instr->opc == OPC_RESINFO) {
122 } else if (instr->opc == OPC_LDIB) {
124 } else if (instr->opc == OPC_STIB) {
128 return instr->opc;
246 if (is_global_a3xx_atomic(instr->opc)) {
267 assert(opc_cat(s->instr->opc) == 2);
268 if (ir3_cat2_int(s->instr->opc)) {