Searched refs:printFCCOperand (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/Mips/InstPrinter/ |
D | MipsInstPrinter.h | 101 void printFCCOperand(const MCInst *MI, int opNum, raw_ostream &O);
|
D | MipsInstPrinter.cpp | 245 printFCCOperand(const MCInst *MI, int opNum, raw_ostream &O) { in printFCCOperand() function in MipsInstPrinter
|
/external/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.h | 132 void printFCCOperand(const MachineInstr *MI, int opNum, raw_ostream &O,
|
D | MipsAsmPrinter.cpp | 663 printFCCOperand(const MachineInstr *MI, int opNum, raw_ostream &O, in printFCCOperand() function in MipsAsmPrinter
|
D | MipsInstrFPU.td | 53 let PrintMethod = "printFCCOperand", DecoderMethod = "DecodeCondCode" in
|