Searched refs:opposite (Results 1 – 5 of 5) sorted by relevance
2 have the same condition, or the exact opposite condition.
24 # Lock levels are "opposite" for the joined flows.
1336 IfCondition* opposite) { in AdjustConstantForCondition() argument1341 *opposite = kCondNE; in AdjustConstantForCondition()1345 *opposite = kCondEQ; in AdjustConstantForCondition()1351 *opposite = kCondLT; in AdjustConstantForCondition()1355 *opposite = kCondGE; in AdjustConstantForCondition()1370 IfCondition opposite = condition->GetOppositeCondition(); in GenerateLongTestConstant() local1373 std::swap(cond, opposite); in GenerateLongTestConstant()1384 int64_t value = AdjustConstantForCondition(Int64ConstantFrom(right), &cond, &opposite); in GenerateLongTestConstant()1403 return std::make_pair(ARMCondition(cond), ARMCondition(opposite)); in GenerateLongTestConstant()1443 ret = std::make_pair(ARMUnsignedCondition(cond), ARMUnsignedCondition(opposite)); in GenerateLongTestConstant()[all …]
76 data structures, performing the above transitions in the opposite order.
402 # Same as previous test, only the blocks are processed in the opposite order.