Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp609 bool BranchWithZeroOperand = false; in genInstrWithNewOpc() local
613 BranchWithZeroOperand = ZeroOperandPosition != -1; in genInstrWithNewOpc()
616 if (BranchWithZeroOperand) { in genInstrWithNewOpc()
669 if (BranchWithZeroOperand && (unsigned)ZeroOperandPosition == J) in genInstrWithNewOpc()