Searched refs:printS32ImmOperand (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/SystemZ/InstPrinter/ |
D | SystemZInstPrinter.h | 62 void printS32ImmOperand(const MCInst *MI, int OpNum, raw_ostream &O);
|
D | SystemZInstPrinter.cpp | 127 void SystemZInstPrinter::printS32ImmOperand(const MCInst *MI, int OpNum, in printS32ImmOperand() function in SystemZInstPrinter
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 59 void printS32ImmOperand(const MachineInstr *MI, int OpNum, raw_ostream &O) { in printS32ImmOperand() function in __anond6f6a6c30111::SystemZAsmPrinter
|
D | SystemZOperands.td | 266 let PrintMethod = "printS32ImmOperand"; 269 let PrintMethod = "printS32ImmOperand";
|
/external/capstone/arch/SystemZ/ |
D | SystemZInstPrinter.c | 237 static void printS32ImmOperand(MCInst *MI, int OpNum, SStream *O) in printS32ImmOperand() function
|
D | SystemZGenAsmWriter.inc | 1712 printS32ImmOperand(MI, 2, O); 1774 printS32ImmOperand(MI, 1, O);
|