Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZInstPrinter.cpp26 void SystemZInstPrinter::printAddress(const MCAsmInfo *MAI, unsigned Base, in printAddress() function in SystemZInstPrinter
197 printAddress(&MAI, MI->getOperand(OpNum).getReg(), MI->getOperand(OpNum + 1), in printBDAddrOperand()
203 printAddress(&MAI, MI->getOperand(OpNum).getReg(), MI->getOperand(OpNum + 1), in printBDXAddrOperand()
238 printAddress(&MAI, MI->getOperand(OpNum).getReg(), MI->getOperand(OpNum + 1), in printBDVAddrOperand()
H A DSystemZInstPrinter.h36 static void printAddress(const MCAsmInfo *MAI, unsigned Base,
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp814 printAddress(MAI, MI->getOperand(OpNo).getReg(), in PrintAsmMemoryOperand()