Home
last modified time | relevance | path

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

/external/llvm/lib/Target/MSP430/InstPrinter/
DMSP430InstPrinter.h40 void printCCOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
DMSP430InstPrinter.cpp90 void MSP430InstPrinter::printCCOperand(const MCInst *MI, unsigned OpNo, in printCCOperand() function in MSP430InstPrinter
/external/llvm/lib/Target/Sparc/InstPrinter/
DSparcInstPrinter.h51 void printCCOperand(const MCInst *MI, int opNum, const MCSubtargetInfo &STI,
DSparcInstPrinter.cpp149 void SparcInstPrinter::printCCOperand(const MCInst *MI, int opNum, in printCCOperand() function in SparcInstPrinter
/external/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp57 void printCCOperand(const MachineInstr *MI, int opNum, raw_ostream &OS);
DSparcInstrInfo.td132 let PrintMethod = "printCCOperand" in
/external/llvm/docs/
DWritingAnLLVMBackend.rst1639 * ``printCCOperand`` (for conditional statements)
1654 ``printCCOperand`` should be used to print a conditional operand.
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.td91 let PrintMethod = "printCCOperand";