Searched refs:ZeroSrcOpcode (Results 1 – 1 of 1) sorted by relevance
3901 unsigned ZeroSrcOpcode, ZeroTrgOpcode; in expandCondBranches() local3983 ZeroSrcOpcode = Mips::BGTZ; in expandCondBranches()3995 ZeroSrcOpcode = Mips::BGEZ; in expandCondBranches()4007 ZeroSrcOpcode = Mips::BLEZ; in expandCondBranches()4019 ZeroSrcOpcode = Mips::BLTZ; in expandCondBranches()4113 TOut.emitRX(IsSrcRegZero ? ZeroSrcOpcode : ZeroTrgOpcode, in expandCondBranches()