Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp880 bool invertJump = (!Cond.empty() && Cond[0].isImm() && in PredicateInstruction() local
886 MI->setDesc(get(getCondOpcode(Opc, invertJump))); in PredicateInstruction()
980 int regPos = invertJump ? 1 : 0; in PredicateInstruction()