Searched refs:printDisp (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
H A D | M68kMemOperandPrinter.h | 47 impl().printDisp(MI, OpNum + M68k::MemDisp, O); in printARIDMem() 55 impl().printDisp(MI, OpNum + M68k::MemDisp, O); in printARIIMem() 66 impl().printDisp(MI, OpNum + M68k::PCRelDisp, O); in printPCDMem() 73 impl().printDisp(MI, OpNum + M68k::PCRelDisp, O); in printPCIMem()
|
H A D | M68kInstPrinter.cpp | 139 void M68kInstPrinter::printDisp(const MCInst *MI, unsigned opNum, in printDisp() function in M68kInstPrinter
|
H A D | M68kInstPrinter.h | 54 void printDisp(const MCInst *MI, unsigned opNum, raw_ostream &O);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kAsmPrinter.h | 48 void printDisp(const MachineInstr *MI, unsigned OpNum, raw_ostream &OS);
|
H A D | M68kAsmPrinter.cpp | 79 void M68kAsmPrinter::printDisp(const MachineInstr *MI, unsigned opNum, in printDisp() function in M68kAsmPrinter
|