Searched defs:Nop (Results 1 – 15 of 15) sorted by relevance
19 struct Nop : public Statement { struct20 Nop() in Nop() argument32 return std::unique_ptr<Statement>(new Nop()); in clone() argument35 typedef Statement INHERITED;
23 Nop() in Nop() function
16 TEST_F(AssemblerX8664LowLevelTest, Nop) { in TEST_F() argument
16 TEST_F(AssemblerX8632LowLevelTest, Nop) { in TEST_F() argument
91 unsigned int Nop:1; member
144 static const unsigned Nop = 0x01; variable
732 MCInst *Nop = new (Context) MCInst; in finishLayout() local
806 MCInst Nop; in padEndloop() local
125 Nop, // No operation, used to force a new case in the state machine enumerator
189 Nop = sys::IORING_OP_NOP as _, enumerator
2822 MCInst Nop; in emitNops() local
399 Nop, enumerator
247 Nop, enumerator3268 using Nop = InstX86Nop; member
186 Nop, enumerator3167 using Nop = InstX86Nop; member
4087 void Nop() in Nop() function