Searched refs:if_any_set (Results 1 – 2 of 2) sorted by relevance
3459 Label* if_any_set, in TestAndSplit() argument3461 if ((if_all_clear == if_any_set) && (if_any_set == fall_through)) { in TestAndSplit()3463 } else if (if_all_clear == if_any_set) { in TestAndSplit()3466 TestAndBranchIfAnySet(reg, bit_pattern, if_any_set); in TestAndSplit()3467 } else if (if_any_set == fall_through) { in TestAndSplit()3470 TestAndBranchIfAnySet(reg, bit_pattern, if_any_set); in TestAndSplit()3732 Label* if_any_set) { in CheckPageFlagSet() argument3735 TestAndBranchIfAnySet(scratch, mask, if_any_set); in CheckPageFlagSet()
1518 Label* if_any_set,1684 Label* if_any_set);