Home
last modified time | relevance | path

Searched refs:ZeroTrgOpcode (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3971 unsigned ZeroSrcOpcode, ZeroTrgOpcode; in expandCondBranches() local
4054 ZeroTrgOpcode = Mips::BLTZ; in expandCondBranches()
4066 ZeroTrgOpcode = Mips::BLEZ; in expandCondBranches()
4078 ZeroTrgOpcode = Mips::BGEZ; in expandCondBranches()
4090 ZeroTrgOpcode = Mips::BGTZ; in expandCondBranches()
4183 TOut.emitRX(IsSrcRegZero ? ZeroSrcOpcode : ZeroTrgOpcode, in expandCondBranches()