Searched defs:EmitNops (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp686 static void EmitNops(MCStreamer &OS, unsigned NumBytes, bool Is64Bit, const MCSubtargetInfo &STI) { function
689 assert(Is64Bit && "EmitNops only supports X86-64");
747 EmitNops(OS, NumBytes, Is64Bit, STI);
778 EmitNops(OS, NumBytes - EncodedBytes, Is64Bit, STI);

Completed in 1073 milliseconds