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.cpp3914 unsigned ZeroSrcOpcode, ZeroTrgOpcode; in expandCondBranches() local
3996 ZeroSrcOpcode = Mips::BGTZ; in expandCondBranches()
4008 ZeroSrcOpcode = Mips::BGEZ; in expandCondBranches()
4020 ZeroSrcOpcode = Mips::BLEZ; in expandCondBranches()
4032 ZeroSrcOpcode = Mips::BLTZ; in expandCondBranches()
4126 TOut.emitRX(IsSrcRegZero ? ZeroSrcOpcode : ZeroTrgOpcode, in expandCondBranches()