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_SCAN_MACRO) {
184 if (instr->opc != OPC_MOVMSK && instr->opc != OPC_SCAN_MACRO) {
189 } else if (instr->opc == OPC_B) {
203 mesa_log_stream_printf(stream, "%s", disasm_a3xx_instr_name(instr->opc));
216 if (instr->opc == OPC_LDC)
218 if (instr->opc == OPC_LDC_K)
232 switch (instr->opc) {
366 (instr->opc != OPC_B)) {
373 if (!is_flow(instr) || instr->opc == OPC_END || instr->opc == OPC_CHMASK) {
387 if (instr->opc == OPC_END || instr->opc == OPC_CHMASK)
402 if (instr->opc == OPC_META_SPLIT) {
404 } else if (instr->opc == OPC_META_TEX_PREFETCH) {
412 if (instr->opc == OPC_B) {