Searched refs:printAddress (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZInstPrinterCommon.cpp | 26 void SystemZInstPrinterCommon::printAddress(const MCAsmInfo *MAI, in printAddress() function in SystemZInstPrinterCommon 209 printAddress(&MAI, MI->getOperand(OpNum).getReg(), MI->getOperand(OpNum + 1), in printBDAddrOperand() 215 printAddress(&MAI, MI->getOperand(OpNum).getReg(), MI->getOperand(OpNum + 1), in printBDXAddrOperand() 250 printAddress(&MAI, MI->getOperand(OpNum).getReg(), MI->getOperand(OpNum + 1), in printBDVAddrOperand() 256 printAddress(&MAI, MI->getOperand(OpNum).getReg(), MI->getOperand(OpNum + 1), in printLXAAddrOperand()
|
| H A D | SystemZInstPrinterCommon.h | 32 void printAddress(const MCAsmInfo *MAI, MCRegister Base,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 1047 static void printAddress(const MCAsmInfo *MAI, unsigned Base, in printAddress() function 1104 printAddress(MAI, MI->getOperand(OpNo).getReg(), in PrintAsmMemoryOperand()
|