HomeSort by relevance Sort by last modified time
    Searched defs:print_pcrel_imm (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/X86/InstPrinter/
X86ATTInstPrinter.cpp 74 /// print_pcrel_imm - This is used to print an immediate value that ends up
78 void X86ATTInstPrinter::print_pcrel_imm(const MCInst *MI, unsigned OpNo, function in class:X86ATTInstPrinter
X86IntelInstPrinter.cpp 64 /// print_pcrel_imm - This is used to print an immediate value that ends up
66 void X86IntelInstPrinter::print_pcrel_imm(const MCInst *MI, unsigned OpNo, function in class:X86IntelInstPrinter
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86AsmPrinter.cpp 205 /// print_pcrel_imm - This is used to print an immediate value that ends up
208 void X86AsmPrinter::print_pcrel_imm(const MachineInstr *MI, unsigned OpNo, function in class:X86AsmPrinter
430 print_pcrel_imm(MI, OpNo, O);

Completed in 309 milliseconds