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

  /external/llvm/lib/Target/X86/
X86AsmPrinter.h 59 void print_pcrel_imm(const MachineInstr *MI, unsigned OpNo, raw_ostream &O);
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);
  /external/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
X86ATTInstPrinter.h 43 void print_pcrel_imm(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
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
X86IntelInstPrinter.h 41 void print_pcrel_imm(const MCInst *MI, unsigned OpNo, raw_ostream &O);

Completed in 186 milliseconds