Home | History | Annotate | Download | only in X86

Lines Matching refs:EmitNops

686 static void EmitNops(MCStreamer &OS, unsigned NumBytes, bool Is64Bit, const MCSubtargetInfo &STI) {
689 assert(Is64Bit && "EmitNops only supports X86-64");
747 EmitNops(OS, NumBytes, Is64Bit, STI);
778 EmitNops(OS, NumBytes - EncodedBytes, Is64Bit, STI);