Lines Matching refs:opc
104 switch (instr->opc) {
126 mesa_log_stream_printf(stream, "_meta:%d", instr->opc);
129 } else if (opc_cat(instr->opc) == 1) {
130 if (instr->opc == OPC_MOV) {
137 disasm_a3xx_instr_name(instr->opc));
140 if (instr->opc != OPC_MOVMSK) {
145 } else if (instr->opc == OPC_B) {
159 mesa_log_stream_printf(stream, "%s", disasm_a3xx_instr_name(instr->opc));
172 if (instr->opc == OPC_LDC)
186 switch (instr->opc) {
317 (instr->opc != OPC_B)) {
324 if (!is_flow(instr) || instr->opc == OPC_END || instr->opc == OPC_CHMASK) {
357 if (instr->opc == OPC_META_SPLIT) {
359 } else if (instr->opc == OPC_META_TEX_PREFETCH) {
367 if (instr->opc == OPC_B) {