Home
last modified time | relevance | path

Searched refs:printBDAddrOperand (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/InstPrinter/
DSystemZInstPrinter.h50 void printBDAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O);
DSystemZInstPrinter.cpp183 void SystemZInstPrinter::printBDAddrOperand(const MCInst *MI, int OpNum, in printBDAddrOperand() function in SystemZInstPrinter
/external/llvm/lib/Target/SystemZ/InstPrinter/
DSystemZInstPrinter.h48 void printBDAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O);
DSystemZInstPrinter.cpp182 void SystemZInstPrinter::printBDAddrOperand(const MCInst *MI, int OpNum, in printBDAddrOperand() function in SystemZInstPrinter
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc1570 printBDAddrOperand(MI, 0, O);
1601 printBDAddrOperand(MI, 3, O);
1610 printBDAddrOperand(MI, 2, O);
1628 printBDAddrOperand(MI, 1, O);
1745 printBDAddrOperand(MI, 2, O);
1749 printBDAddrOperand(MI, 1, O);
1876 printBDAddrOperand(MI, 3, O);
1881 printBDAddrOperand(MI, 2, O);
DSystemZInstPrinter.c323 static void printBDAddrOperand(MCInst *MI, int OpNum, SStream *O) in printBDAddrOperand() function