Searched refs:if_any_set (Results 1 – 2 of 2) sorted by relevance
3534 Label* if_any_set, in TestAndSplit() argument3536 if ((if_all_clear == if_any_set) && (if_any_set == fall_through)) { in TestAndSplit()3538 } else if (if_all_clear == if_any_set) { in TestAndSplit()3541 TestAndBranchIfAnySet(reg, bit_pattern, if_any_set); in TestAndSplit()3542 } else if (if_any_set == fall_through) { in TestAndSplit()3545 TestAndBranchIfAnySet(reg, bit_pattern, if_any_set); in TestAndSplit()3945 Label* if_any_set) { in CheckPageFlagSet() argument3948 TestAndBranchIfAnySet(scratch, mask, if_any_set); in CheckPageFlagSet()
1507 Label* if_any_set,1736 Label* if_any_set);