Searched refs:Nop (Results 1 – 17 of 17) sorted by relevance
733 MCInst *Nop = Context.createMCInst(); in finishLayout() local734 Nop->setOpcode(Hexagon::A2_nop); in finishLayout()735 Inst.addOperand(MCOperand::createInst(Nop)); in finishLayout()
930 MCInst Nop; in padEndloop() local 931 Nop.setOpcode(Hexagon::A2_nop); in padEndloop() 934 MCB.addOperand(MCOperand::createInst(new (Context) MCInst(Nop))); in padEndloop()
83 OS << char(WebAssembly::Nop); in writeNopData()
144 static const unsigned Nop = 0x01; variable
1252 MCInst Nop; in getNop() local1253 Nop.setOpcode(PPC::NOP); in getNop()1254 return Nop; in getNop()
510 // Nop, not very useful expect it provides a model for nops!
615 // Nop, not very useful expect it provides a model for nops!
624 // Nop, not very useful expect it provides a model for nops!
1401 // Nop, not very useful expect it provides a model for nops!
9298 MCInst Nop; in getNop() local9299 Nop.setOpcode(X86::NOOP); in getNop()9300 return Nop; in getNop()
1455 // Nop, not very useful expect it provides a model for nops!
611 // Nop, not very useful expect it provides a model for nops!
616 // Nop, not very useful expect it provides a model for nops!
17 // Nop
3807 MCInst Nop = MF->getSubtarget().getInstrInfo()->getNop(); in emitNops() local3809 EmitToStreamer(*OutStreamer, Nop); in emitNops()
4771 static const MCInst Nop = MCInstBuilder(Hexagon::A2_nop); in getNop() local4775 .addInst(&Nop); in getNop()