Searched refs:MaskToBit (Results 1 – 3 of 3) sorted by relevance
40 int MaskToBit(uint64_t mask);
117 int MaskToBit(uint64_t mask) { in MaskToBit() function
1389 Tbnz(reg, MaskToBit(bit_pattern), label); in TestAndBranchIfAnySet()1402 Tbz(reg, MaskToBit(bit_pattern), label); in TestAndBranchIfAllClear()