Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3664 unsigned ZeroSrcOpcode, ZeroTrgOpcode; in expandCondBranches() local
3746 ZeroSrcOpcode = Mips::BGTZ; in expandCondBranches()
3758 ZeroSrcOpcode = Mips::BGEZ; in expandCondBranches()
3770 ZeroSrcOpcode = Mips::BLEZ; in expandCondBranches()
3782 ZeroSrcOpcode = Mips::BLTZ; in expandCondBranches()
3876 TOut.emitRX(IsSrcRegZero ? ZeroSrcOpcode : ZeroTrgOpcode, in expandCondBranches()