Home
last modified time | relevance | path

Searched refs:printPCRelOperand (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZInstPrinter.h80 void printPCRelOperand(const MCInst *MI, int OpNum, raw_ostream &O);
81 void printPCRelOperand(const MCInst *MI, uint64_t /*Address*/, int OpNum, in printPCRelOperand() function
83 printPCRelOperand(MI, OpNum, O); in printPCRelOperand()
H A DSystemZInstPrinter.cpp156 void SystemZInstPrinter::printPCRelOperand(const MCInst *MI, int OpNum, in printPCRelOperand() function in SystemZInstPrinter
170 printPCRelOperand(MI, OpNum, O); in printPCRelTLSOperand()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZOperands.td69 let PrintMethod = "printPCRelOperand";