Searched refs:printAddress (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZInstPrinter.cpp | 27 void SystemZInstPrinter::printAddress(const MCAsmInfo *MAI, MCRegister Base, in printAddress() function in SystemZInstPrinter 212 printAddress(&MAI, MI->getOperand(OpNum).getReg(), MI->getOperand(OpNum + 1), in printBDAddrOperand() 218 printAddress(&MAI, MI->getOperand(OpNum).getReg(), MI->getOperand(OpNum + 1), in printBDXAddrOperand() 253 printAddress(&MAI, MI->getOperand(OpNum).getReg(), MI->getOperand(OpNum + 1), in printBDVAddrOperand()
|
H A D | SystemZInstPrinter.h | 36 void printAddress(const MCAsmInfo *MAI, MCRegister Base,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.cpp | 912 static void printAddress(const MCAsmInfo *MAI, unsigned Base, in printAddress() function 969 printAddress(MAI, MI->getOperand(OpNo).getReg(), in PrintAsmMemoryOperand()
|