HomeSort by relevance Sort by last modified time
    Searched full:invertjump (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 804 bool invertJump = (!Cond.empty() && Cond[0].isImm() &&
810 MI->setDesc(get(getMatchingCondBranchOpcode(Opc, invertJump)));
904 int regPos = invertJump ? 1 : 0;
    [all...]

Completed in 82 milliseconds