Searched refs:printPCRelOperand (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/SystemZ/InstPrinter/ |
D | SystemZInstPrinter.cpp | 144 void SystemZInstPrinter::printPCRelOperand(const MCInst *MI, int OpNum, in printPCRelOperand() function in SystemZInstPrinter 157 printPCRelOperand(MI, OpNum, O); in printPCRelTLSOperand()
|
D | SystemZInstPrinter.h | 64 void printPCRelOperand(const MCInst *MI, int OpNum, raw_ostream &O);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/InstPrinter/ |
D | SystemZInstPrinter.cpp | 145 void SystemZInstPrinter::printPCRelOperand(const MCInst *MI, int OpNum, in printPCRelOperand() function in SystemZInstPrinter 158 printPCRelOperand(MI, OpNum, O); in printPCRelTLSOperand()
|
D | SystemZInstPrinter.h | 68 void printPCRelOperand(const MCInst *MI, int OpNum, raw_ostream &O);
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 1580 printPCRelOperand(MI, 0, O); 1587 printPCRelOperand(MI, 2, O); 1653 printPCRelOperand(MI, 1, O); 1669 printPCRelOperand(MI, 3, O); 1681 printPCRelOperand(MI, 3, O); 1753 printPCRelOperand(MI, 1, O); 1758 printPCRelOperand(MI, 2, O); 1785 printPCRelOperand(MI, 3, O); 1827 printPCRelOperand(MI, 3, O); 1832 printPCRelOperand(MI, 2, O); [all …]
|
D | SystemZInstPrinter.c | 291 static void printPCRelOperand(MCInst *MI, int OpNum, SStream *O) in printPCRelOperand() function
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZOperands.td | 51 let PrintMethod = "printPCRelOperand";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZOperands.td | 51 let PrintMethod = "printPCRelOperand";
|