HomeSort by relevance Sort by last modified time
    Searched refs:EmitAndCountInstruction (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/X86/
X86AsmPrinter.h 101 void EmitAndCountInstruction(MCInst &Inst);
X86MCInstLower.cpp 105 void X86AsmPrinter::EmitAndCountInstruction(MCInst &Inst) {
704 EmitAndCountInstruction(MCInstBuilder(X86::DATA16_PREFIX));
751 EmitAndCountInstruction(LEA);
754 EmitAndCountInstruction(MCInstBuilder(X86::DATA16_PREFIX));
755 EmitAndCountInstruction(MCInstBuilder(X86::DATA16_PREFIX));
756 EmitAndCountInstruction(MCInstBuilder(X86::REX64_PREFIX));
766 EmitAndCountInstruction(MCInstBuilder(is64Bits ? X86::CALL64pcrel32
    [all...]

Completed in 4458 milliseconds