Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp170 void SystemZInstPrinter::printPCRelOperand(const MCInst *MI, int OpNum, in printPCRelOperand()
185 printPCRelOperand(MI, OpNum, O); in printPCRelTLSOperand()
169 void SystemZInstPrinter::printPCRelOperand(const MCInst *MI, int OpNum, printPCRelOperand() function in SystemZInstPrinter
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZOperands.td70 let PrintMethod = "printPCRelOperand";