Searched refs:OPC_END (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_remove_unreachable.c37 if (instr->opc == OPC_END) {
H A Dir3_dce.c72 if (instr->opc == OPC_END || instr->opc == OPC_CHSH ||
H A Dir3_delay.c87 if (consumer->opc == OPC_END || consumer->opc == OPC_CHMASK)
H A Dinstr-a3xx.h67 OPC_END = _OPC(0, 6), enumerator in enum:__anon12988a590103
H A Dir3_print.c324 if (!is_flow(instr) || instr->opc == OPC_END || instr->opc == OPC_CHMASK) {
H A Ddisasm-a3xx.c165 OPC(0, OPC_END, end),
H A Dir3_sched.c1030 if (use->opc != OPC_END && use->opc != OPC_CHMASK)
H A Dir3_parser.y785 | T_OP_END { new_instr(OPC_END); }
H A Dir3_compiler_nir.c3870 if (instr->opc == OPC_END || instr->opc == OPC_CHMASK)
4155 ir3_instr_create(ctx->block, OPC_END, 0, outputs_count);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_depth.c174 if (instr->opc == OPC_END)
H A Dinstr-a3xx.h47 OPC_END = _OPC(0, 6), enumerator in enum:__anon3a3a0e460103
H A Ddisasm-a3xx.c876 OPC(0, OPC_END, end),
1087 return (instr->opc_cat == 0) && (opc == OPC_END);

Completed in 19 milliseconds