Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZInstPrinter.h49 void printBDAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O);
DSystemZInstPrinter.cpp186 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/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZInstPrinter.h54 void printBDAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O);
DSystemZInstPrinter.cpp187 void SystemZInstPrinter::printBDAddrOperand(const MCInst *MI, int OpNum, in printBDAddrOperand() function in SystemZInstPrinter
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc10660 printBDAddrOperand(MI, 0, O);
10693 printBDAddrOperand(MI, 1, O);
10727 printBDAddrOperand(MI, 2, O);
10741 printBDAddrOperand(MI, 3, O);
10818 printBDAddrOperand(MI, 1, O);
10824 printBDAddrOperand(MI, 4, O);
10936 printBDAddrOperand(MI, 3, O);
10973 printBDAddrOperand(MI, 1, O);
10982 printBDAddrOperand(MI, 2, O);
10988 printBDAddrOperand(MI, 3, O);
[all …]
DSystemZInstPrinter.c335 static void printBDAddrOperand(MCInst *MI, int OpNum, SStream *O) in printBDAddrOperand() function