Searched refs:emitSelT16 (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.cpp | 192 return emitSelT16(Mips::Bteqz16, Mips::CmpRxRy16, MI, BB); in EmitInstrWithCustomInserter() 194 return emitSelT16(Mips::Bteqz16, Mips::SltRxRy16, MI, BB); in EmitInstrWithCustomInserter() 196 return emitSelT16(Mips::Bteqz16, Mips::SltuRxRy16, MI, BB); in EmitInstrWithCustomInserter() 198 return emitSelT16(Mips::Btnez16, Mips::CmpRxRy16, MI, BB); in EmitInstrWithCustomInserter() 200 return emitSelT16(Mips::Btnez16, Mips::SltRxRy16, MI, BB); in EmitInstrWithCustomInserter() 202 return emitSelT16(Mips::Btnez16, Mips::SltuRxRy16, MI, BB); in EmitInstrWithCustomInserter() 583 Mips16TargetLowering::emitSelT16(unsigned Opc1, unsigned Opc2, MachineInstr *MI, in emitSelT16() function in Mips16TargetLowering
|
D | Mips16ISelLowering.h | 60 MachineBasicBlock *emitSelT16(unsigned Opc1, unsigned Opc2,
|