Searched refs:printPCRelImm (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRInstPrinter.h | 40 void printPCRelImm(const MCInst *MI, unsigned OpNo, raw_ostream &O); 41 void printPCRelImm(const MCInst *MI, uint64_t /*Address*/, unsigned OpNo, in printPCRelImm() function 43 printPCRelImm(MI, OpNo, O); in printPCRelImm()
|
H A D | AVRInstPrinter.cpp | 143 void AVRInstPrinter::printPCRelImm(const MCInst *MI, unsigned OpNo, in printPCRelImm() function in llvm::AVRInstPrinter
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86InstPrinterCommon.h | 33 void printPCRelImm(const MCInst *MI, uint64_t Address, unsigned OpNo,
|
H A D | X86InstPrinterCommon.cpp | 342 void X86InstPrinterCommon::printPCRelImm(const MCInst *MI, uint64_t Address, in printPCRelImm() function in X86InstPrinterCommon
|
H A D | X86ATTInstPrinter.cpp | 60 printPCRelImm(MI, Address, 0, OS); in printInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
H A D | M68kInstPrinter.h | 61 void printPCRelImm(const MCInst *MI, uint64_t Address, unsigned opNum, in printPCRelImm() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrOperands.td | 159 let PrintMethod = "printPCRelImm";
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.td | 184 let PrintMethod = "printPCRelImm"; 189 let PrintMethod = "printPCRelImm"; 194 let PrintMethod = "printPCRelImm";
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrInfo.td | 400 let PrintMethod = "printPCRelImm";
|