Searched refs:printAddress (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZInstPrinter.cpp | 26 void SystemZInstPrinter::printAddress(const MCAsmInfo *MAI, unsigned Base, in printAddress() function in SystemZInstPrinter 197 printAddress(&MAI, MI->getOperand(OpNum).getReg(), in printBDAddrOperand() 203 printAddress(&MAI, MI->getOperand(OpNum).getReg(), in printBDXAddrOperand() 237 printAddress(&MAI, MI->getOperand(OpNum).getReg(), in printBDVAddrOperand()
|
H A D | SystemZInstPrinter.h | 36 static void printAddress(const MCAsmInfo *MAI, unsigned Base, int64_t Disp,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.cpp | 742 SystemZInstPrinter::printAddress(MAI, MI->getOperand(OpNo).getReg(), in PrintAsmMemoryOperand()
|