OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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