Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp608 bool BranchWithZeroOperand = false; in genInstrWithNewOpc() local
612 BranchWithZeroOperand = ZeroOperandPosition != -1; in genInstrWithNewOpc()
615 if (BranchWithZeroOperand) { in genInstrWithNewOpc()
668 if (BranchWithZeroOperand && (unsigned)ZeroOperandPosition == J) in genInstrWithNewOpc()