Searched refs:OPC_CHMASK (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_dce.c73 instr->opc == OPC_CHMASK)
H A Dir3_delay.c87 if (consumer->opc == OPC_END || consumer->opc == OPC_CHMASK)
H A Dinstr-a3xx.h70 OPC_CHMASK = _OPC(0, 9), 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.c168 OPC(0, OPC_CHMASK, chmask),
H A Dir3_sched.c1030 if (use->opc != OPC_END && use->opc != OPC_CHMASK)
H A Dir3_parser.y788 | T_OP_CHMASK { new_instr(OPC_CHMASK); }
H A Dir3_compiler_nir.c3870 if (instr->opc == OPC_END || instr->opc == OPC_CHMASK)
4064 ir3_instr_create(ctx->block, OPC_CHMASK, 0, outputs_count);
H A Dir3_ra.c2018 else if (instr->opc == OPC_CHMASK)
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dinstr-a3xx.h50 OPC_CHMASK = _OPC(0, 9), enumerator in enum:__anon3a3a0e460103
H A Ddisasm-a3xx.c879 OPC(0, OPC_CHMASK, chmask),

Completed in 20 milliseconds