Searched refs:if_any_set (Results 1 – 2 of 2) sorted by relevance
3927 Label* if_any_set, in TestAndSplit() argument3929 if ((if_all_clear == if_any_set) && (if_any_set == fall_through)) { in TestAndSplit()3931 } else if (if_all_clear == if_any_set) { in TestAndSplit()3934 TestAndBranchIfAnySet(reg, bit_pattern, if_any_set); in TestAndSplit()3935 } else if (if_any_set == fall_through) { in TestAndSplit()3938 TestAndBranchIfAnySet(reg, bit_pattern, if_any_set); in TestAndSplit()4335 Label* if_any_set) { in CheckPageFlagSet() argument4338 TestAndBranchIfAnySet(scratch, mask, if_any_set); in CheckPageFlagSet()
1555 Label* if_any_set,1770 Label* if_any_set);