Searched refs:printCCOperand (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/InstPrinter/ |
| H A D | MSP430InstPrinter.h | 45 void printCCOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
|
| H A D | MSP430InstPrinter.cpp | 109 void MSP430InstPrinter::printCCOperand(const MCInst *MI, unsigned OpNo, in printCCOperand() function in MSP430InstPrinter
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/InstPrinter/ |
| H A D | SparcInstPrinter.h | 48 void printCCOperand(const MCInst *MI, int opNum, const MCSubtargetInfo &STI,
|
| H A D | SparcInstPrinter.cpp | 163 void SparcInstPrinter::printCCOperand(const MCInst *MI, int opNum, in printCCOperand() function in SparcInstPrinter
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/InstPrinter/ |
| H A D | LanaiInstPrinter.h | 39 void printCCOperand(const MCInst *MI, int OpNo, raw_ostream &O);
|
| H A D | LanaiInstPrinter.cpp | 285 void LanaiInstPrinter::printCCOperand(const MCInst *MI, int OpNo, in printCCOperand() function in LanaiInstPrinter
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.td | 233 let PrintMethod = "printCCOperand";
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.td | 127 let PrintMethod = "printCCOperand";
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.td | 174 let PrintMethod = "printCCOperand" in
|