Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp698 bool BranchWithZeroOperand = false; in genInstrWithNewOpc() local
702 BranchWithZeroOperand = ZeroOperandPosition != -1; in genInstrWithNewOpc()
705 if (BranchWithZeroOperand) { in genInstrWithNewOpc()
758 if (BranchWithZeroOperand && (unsigned)ZeroOperandPosition == J) in genInstrWithNewOpc()