Searched defs:emitSelT16 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp192 return emitSelT16(Mips::Bteqz16, Mips::CmpRxRy16, MI, BB);
194 return emitSelT16(Mips::Bteqz16, Mips::SltRxRy16, MI, BB);
196 return emitSelT16(Mips::Bteqz16, Mips::SltuRxRy16, MI, BB);
198 return emitSelT16(Mips::Btnez16, Mips::CmpRxRy16, MI, BB);
200 return emitSelT16(Mips::Btnez16, Mips::SltRxRy16, MI, BB);
202 return emitSelT16(Mips::Btnez16, Mips::SltuRxRy16, MI, BB);
583 Mips16TargetLowering::emitSelT16(unsigned Opc1, unsigned Opc2, MachineInstr *MI, function in class:Mips16TargetLowering

Completed in 31 milliseconds