Home
last modified time | relevance | path

Searched refs:printCCOperand (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/MSP430/InstPrinter/
H A DMSP430InstPrinter.h45 void printCCOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
H A DMSP430InstPrinter.cpp109 void MSP430InstPrinter::printCCOperand(const MCInst *MI, unsigned OpNo, in printCCOperand() function in MSP430InstPrinter
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/InstPrinter/
H A DSparcInstPrinter.h48 void printCCOperand(const MCInst *MI, int opNum, const MCSubtargetInfo &STI,
H A DSparcInstPrinter.cpp163 void SparcInstPrinter::printCCOperand(const MCInst *MI, int opNum, in printCCOperand() function in SparcInstPrinter
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/InstPrinter/
H A DLanaiInstPrinter.h39 void printCCOperand(const MCInst *MI, int OpNo, raw_ostream &O);
H A DLanaiInstPrinter.cpp285 void LanaiInstPrinter::printCCOperand(const MCInst *MI, int OpNo, in printCCOperand() function in LanaiInstPrinter
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.td233 let PrintMethod = "printCCOperand";
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.td127 let PrintMethod = "printCCOperand";
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td174 let PrintMethod = "printCCOperand" in