Searched refs:ZeroSrcOpcode (Results 1 – 3 of 3) sorted by relevance
2765 unsigned ZeroSrcOpcode, ZeroTrgOpcode; in expandCondBranches() local2846 ZeroSrcOpcode = Mips::BGTZ; in expandCondBranches()2857 ZeroSrcOpcode = Mips::BGEZ; in expandCondBranches()2868 ZeroSrcOpcode = Mips::BLEZ; in expandCondBranches()2879 ZeroSrcOpcode = Mips::BLTZ; in expandCondBranches()2973 TOut.emitRX(IsSrcRegZero ? ZeroSrcOpcode : ZeroTrgOpcode, in expandCondBranches()
3873 unsigned ZeroSrcOpcode, ZeroTrgOpcode; in expandCondBranches() local3955 ZeroSrcOpcode = Mips::BGTZ; in expandCondBranches()3967 ZeroSrcOpcode = Mips::BGEZ; in expandCondBranches()3979 ZeroSrcOpcode = Mips::BLEZ; in expandCondBranches()3991 ZeroSrcOpcode = Mips::BLTZ; in expandCondBranches()4085 TOut.emitRX(IsSrcRegZero ? ZeroSrcOpcode : ZeroTrgOpcode, in expandCondBranches()
3892 unsigned ZeroSrcOpcode, ZeroTrgOpcode; in expandCondBranches() local3974 ZeroSrcOpcode = Mips::BGTZ; in expandCondBranches()3986 ZeroSrcOpcode = Mips::BGEZ; in expandCondBranches()3998 ZeroSrcOpcode = Mips::BLEZ; in expandCondBranches()4010 ZeroSrcOpcode = Mips::BLTZ; in expandCondBranches()4104 TOut.emitRX(IsSrcRegZero ? ZeroSrcOpcode : ZeroTrgOpcode, in expandCondBranches()