Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/InstPrinter/
DMipsInstPrinter.h101 void printFCCOperand(const MCInst *MI, int opNum, raw_ostream &O);
DMipsInstPrinter.cpp245 printFCCOperand(const MCInst *MI, int opNum, raw_ostream &O) { in printFCCOperand() function in MipsInstPrinter
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.h132 void printFCCOperand(const MachineInstr *MI, int opNum, raw_ostream &O,
DMipsAsmPrinter.cpp663 printFCCOperand(const MachineInstr *MI, int opNum, raw_ostream &O, in printFCCOperand() function in MipsAsmPrinter
DMipsInstrFPU.td53 let PrintMethod = "printFCCOperand", DecoderMethod = "DecodeCondCode" in