Searched refs:OPC_NOP (Results 1 – 11 of 11) sorted by relevance
45 OPC_NOP = 0x00, enumerator
149 opc = OPC_NOP; in emit_instructions()
399 case OPC_NOP: { in disasm()
377 if (instr->opc == OPC_NOP) { in ir3_remove_nops()
601 case OPC_NOP: in sched_block()
727 if ((delay > 0) && last && (last->opc == OPC_NOP)) { in nop_sched()
659 return instr->opc == OPC_NOP; in is_nop()1471 return ir3_instr_create(block, OPC_NOP); in ir3_NOP()
57 OPC_NOP = _OPC(0, 0), enumerator
1308 OPC(0, OPC_NOP, nop),1570 if (opc == OPC_NOP) { in print_instr()
592 cat0_instr: T_OP_NOP { new_instr(OPC_NOP); }
960 if (instr->opc == OPC_NOP) { in ir3_assemble()