Home | History | Annotate | Download | only in Hexagon

Lines Matching full:negated

499   bool Negated = (Cond.size() > 1) ^ (TB != Header);
542 Cmp = !Negated ? Comparison::EQ : Comparison::NE;
545 Cmp = !Negated ? Comparison::LTs : Comparison::GEs;
548 Cmp = !Negated ? Comparison::LTu : Comparison::GEu;
552 Cmp = !Negated ? Comparison::GTu : Comparison::LEu;
556 Cmp = !Negated ? Comparison::GTs : Comparison::LEs;
587 Cmp = !Negated ? Comparison::EQ : Comparison::NE;
719 // negated. To avoid the negation, just swap Start and End.
1318 // HexagonInstrInfo::AnalyzeBranch for negated branches inserts imm(0)
1319 // into Cond, followed by the predicate register. For non-negated branches