Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp738 bool BranchWithZeroOperand = false; in genInstrWithNewOpc() local
742 BranchWithZeroOperand = ZeroOperandPosition != -1; in genInstrWithNewOpc()
745 if (BranchWithZeroOperand) { in genInstrWithNewOpc()
798 if (BranchWithZeroOperand && (unsigned)ZeroOperandPosition == J) in genInstrWithNewOpc()