Home
last modified time | relevance | path

Searched refs:printCond4Operand (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/SystemZ/InstPrinter/
DSystemZInstPrinter.h70 void printCond4Operand(const MCInst *MI, int OpNum, raw_ostream &O);
DSystemZInstPrinter.cpp213 void SystemZInstPrinter::printCond4Operand(const MCInst *MI, int OpNum, in printCond4Operand() function in SystemZInstPrinter
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc1585 printCond4Operand(MI, 1, O);
1592 printCond4Operand(MI, 2, O);
1606 printCond4Operand(MI, 5, O);
1615 printCond4Operand(MI, 3, O);
1624 printCond4Operand(MI, 4, O);
DSystemZInstPrinter.c365 static void printCond4Operand(MCInst *MI, int OpNum, SStream *O) in printCond4Operand() function
/external/llvm/lib/Target/SystemZ/
DSystemZOperands.td567 let PrintMethod = "printCond4Operand";