HomeSort by relevance Sort by last modified time
    Searched refs:emitSelT16 (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.h 56 MachineBasicBlock *emitSelT16(unsigned Opc1, unsigned Opc2,
Mips16ISelLowering.cpp 183 return emitSelT16(Mips::BteqzX16, Mips::CmpRxRy16, MI, BB);
185 return emitSelT16(Mips::BteqzX16, Mips::SltRxRy16, MI, BB);
187 return emitSelT16(Mips::BteqzX16, Mips::SltuRxRy16, MI, BB);
189 return emitSelT16(Mips::BtnezX16, Mips::CmpRxRy16, MI, BB);
191 return emitSelT16(Mips::BtnezX16, Mips::SltRxRy16, MI, BB);
193 return emitSelT16(Mips::BtnezX16, Mips::SltuRxRy16, MI, BB);
549 MachineBasicBlock *Mips16TargetLowering::emitSelT16

Completed in 26 milliseconds