Home
last modified time | relevance | path

Searched refs:ZeroSrcOpcode (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
4053 ZeroSrcOpcode = Mips::BGTZ; in expandCondBranches()
4065 ZeroSrcOpcode = Mips::BGEZ; in expandCondBranches()
4077 ZeroSrcOpcode = Mips::BLEZ; in expandCondBranches()
4089 ZeroSrcOpcode = Mips::BLTZ; in expandCondBranches()
4183 TOut.emitRX(IsSrcRegZero ? ZeroSrcOpcode : ZeroTrgOpcode, in expandCondBranches()