Searched refs:OPC_NOP (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A Dafuc.h46 OPC_NOP = 0x00, enumerator in enum:__anonbf627d080103
H A Dasm.c164 opc = OPC_NOP;
H A Demu.c132 case OPC_NOP:
H A Ddisasm.c337 case OPC_NOP: {
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_delay.c421 if (instr->opc == OPC_NOP) {
H A Dinstr-a3xx.h61 OPC_NOP = _OPC(0, 0), enumerator in enum:__anon12988a590103
H A Ddisasm-a3xx.c158 OPC(0, OPC_NOP, nop),
H A Dir3_legalize.c823 if ((delay > 0) && last && (last->opc == OPC_NOP)) {
H A Dir3_postsched.c648 case OPC_NOP:
H A Dir3.h775 return instr->opc == OPC_NOP;
1850 return ir3_instr_create(block, OPC_NOP, 0, 0);
H A Dir3.c282 if (instr->opc == OPC_NOP) {
H A Dir3_parser.y773 cat0_instr: T_OP_NOP { new_instr(OPC_NOP); }
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3.h609 return instr->opc == OPC_NOP;
1141 return ir3_instr_create(block, OPC_NOP);
H A Dinstr-a3xx.h41 OPC_NOP = _OPC(0, 0), enumerator in enum:__anon3a3a0e460103
H A Ddisasm-a3xx.c870 OPC(0, OPC_NOP, nop),

Completed in 29 milliseconds