Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp699 bool BranchWithZeroOperand = false; in genInstrWithNewOpc() local
703 BranchWithZeroOperand = ZeroOperandPosition != -1; in genInstrWithNewOpc()
706 if (BranchWithZeroOperand) { in genInstrWithNewOpc()
759 if (BranchWithZeroOperand && (unsigned)ZeroOperandPosition == J) in genInstrWithNewOpc()