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