Searched refs:EmitAndCountInstruction (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp111 void X86AsmPrinter::EmitAndCountInstruction(MCInst &Inst) { function in class:llvm::X86AsmPrinter
721 EmitAndCountInstruction(MCInstBuilder(X86::DATA16_PREFIX));
768 EmitAndCountInstruction(LEA);
771 EmitAndCountInstruction(MCInstBuilder(X86::DATA16_PREFIX));
772 EmitAndCountInstruction(MCInstBuilder(X86::DATA16_PREFIX));
773 EmitAndCountInstruction(MCInstBuilder(X86::REX64_PREFIX));
783 EmitAndCountInstruction(MCInstBuilder(is64Bits ? X86::CALL64pcrel32
971 EmitAndCountInstruction(
973 EmitAndCountInstruction(MCInstBuilder(X86::CALL64r).addReg(ScratchReg));
1137 EmitAndCountInstruction(MCInstBuilde
[all...]
H A DX86AsmPrinter.h80 void EmitAndCountInstruction(MCInst &Inst);

Completed in 23 milliseconds