Searched refs:OPC_CHMASK (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_dce.c | 73 instr->opc == OPC_CHMASK)
|
| H A D | ir3_delay.c | 87 if (consumer->opc == OPC_END || consumer->opc == OPC_CHMASK)
|
| H A D | instr-a3xx.h | 70 OPC_CHMASK = _OPC(0, 9), enumerator in enum:__anon12988a590103
|
| H A D | ir3_print.c | 324 if (!is_flow(instr) || instr->opc == OPC_END || instr->opc == OPC_CHMASK) {
|
| H A D | disasm-a3xx.c | 168 OPC(0, OPC_CHMASK, chmask),
|
| H A D | ir3_sched.c | 1030 if (use->opc != OPC_END && use->opc != OPC_CHMASK)
|
| H A D | ir3_parser.y | 788 | T_OP_CHMASK { new_instr(OPC_CHMASK); }
|
| H A D | ir3_compiler_nir.c | 3870 if (instr->opc == OPC_END || instr->opc == OPC_CHMASK) 4064 ir3_instr_create(ctx->block, OPC_CHMASK, 0, outputs_count);
|
| H A D | ir3_ra.c | 2018 else if (instr->opc == OPC_CHMASK)
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | instr-a3xx.h | 50 OPC_CHMASK = _OPC(0, 9), enumerator in enum:__anon3a3a0e460103
|
| H A D | disasm-a3xx.c | 879 OPC(0, OPC_CHMASK, chmask),
|
Completed in 20 milliseconds