Searched refs:OPC_NOP (Results 1 – 12 of 12) sorted by relevance
46 OPC_NOP = 0x00, enumerator
164 opc = OPC_NOP; in emit_instructions()
132 case OPC_NOP: in emu_instr()
337 case OPC_NOP: { in disasm_instr()
421 if (instr->opc == OPC_NOP) { in ir3_remove_nops()
61 OPC_NOP = _OPC(0, 0), enumerator
648 case OPC_NOP: in sched_block()
158 OPC(0, OPC_NOP, nop),
823 if ((delay > 0) && last && (last->opc == OPC_NOP)) { in nop_sched()
775 return instr->opc == OPC_NOP; in is_nop()1850 return ir3_instr_create(block, OPC_NOP, 0, 0); in ir3_NOP()
282 if (instr->opc == OPC_NOP) { in ir3_collect_info()
773 cat0_instr: T_OP_NOP { new_instr(OPC_NOP); }