Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4097 bool IsSrcRegZero = (SrcReg == Mips::ZERO); in expandCondBranches() local
4098 if (IsSrcRegZero && IsTrgRegZero) { in expandCondBranches()
4141 if (IsSrcRegZero || IsTrgRegZero) { in expandCondBranches()
4142 if ((IsSrcRegZero && PseudoOpcode == Mips::BGTU) || in expandCondBranches()
4150 if ((IsSrcRegZero && PseudoOpcode == Mips::BLEU) || in expandCondBranches()
4176 IsSrcRegZero ? TrgReg : SrcReg, Mips::ZERO, in expandCondBranches()
4183 TOut.emitRX(IsSrcRegZero ? ZeroSrcOpcode : ZeroTrgOpcode, in expandCondBranches()
4184 IsSrcRegZero ? TrgReg : SrcReg, in expandCondBranches()