Home
last modified time | relevance | path

Searched refs:OPC_NOP (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/freedreno/afuc/
Dafuc.h46 OPC_NOP = 0x00, enumerator
Dasm.c164 opc = OPC_NOP; in emit_instructions()
Demu.c132 case OPC_NOP: in emu_instr()
Ddisasm.c337 case OPC_NOP: { in disasm_instr()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_delay.c421 if (instr->opc == OPC_NOP) { in ir3_remove_nops()
Dinstr-a3xx.h61 OPC_NOP = _OPC(0, 0), enumerator
Dir3_postsched.c648 case OPC_NOP: in sched_block()
Ddisasm-a3xx.c158 OPC(0, OPC_NOP, nop),
Dir3_legalize.c823 if ((delay > 0) && last && (last->opc == OPC_NOP)) { in nop_sched()
Dir3.h775 return instr->opc == OPC_NOP; in is_nop()
1850 return ir3_instr_create(block, OPC_NOP, 0, 0); in ir3_NOP()
Dir3.c282 if (instr->opc == OPC_NOP) { in ir3_collect_info()
Dir3_parser.y773 cat0_instr: T_OP_NOP { new_instr(OPC_NOP); }