Searched refs:printPCRelImm (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86InstPrinterCommon.h | 32 void printPCRelImm(const MCInst *MI, uint64_t Address, unsigned OpNo,
|
| H A D | X86InstPrinterCommon.cpp | 315 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()
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/MCTargetDesc/ |
| H A D | M68kInstPrinter.h | 66 void printPCRelImm(const MCInst *MI, uint64_t Address, unsigned opNum, in printPCRelImm() function
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.td | 192 let PrintMethod = "printPCRelImm"; 197 let PrintMethod = "printPCRelImm"; 202 let PrintMethod = "printPCRelImm";
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kInstrInfo.td | 404 let PrintMethod = "printPCRelImm";
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.td | 495 let PrintMethod = "printPCRelImm";
|