Home
last modified time | relevance | path

Searched refs:bit_pattern (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/arm64/
Dmacro-assembler-arm64-inl.h1643 const uint64_t bit_pattern, in TestAndBranchIfAnySet() argument
1646 DCHECK(CountSetBits(bit_pattern, bits) > 0); in TestAndBranchIfAnySet()
1647 if (CountSetBits(bit_pattern, bits) == 1) { in TestAndBranchIfAnySet()
1648 Tbnz(reg, MaskToBit(bit_pattern), label); in TestAndBranchIfAnySet()
1650 Tst(reg, bit_pattern); in TestAndBranchIfAnySet()
1657 const uint64_t bit_pattern, in TestAndBranchIfAllClear() argument
1660 DCHECK(CountSetBits(bit_pattern, bits) > 0); in TestAndBranchIfAllClear()
1661 if (CountSetBits(bit_pattern, bits) == 1) { in TestAndBranchIfAllClear()
1662 Tbz(reg, MaskToBit(bit_pattern), label); in TestAndBranchIfAllClear()
1664 Tst(reg, bit_pattern); in TestAndBranchIfAllClear()
Dmacro-assembler-arm64.h729 const uint64_t bit_pattern,
735 const uint64_t bit_pattern,
1553 uint64_t bit_pattern,
Dmacro-assembler-arm64.cc3925 uint64_t bit_pattern, in TestAndSplit() argument
3934 TestAndBranchIfAnySet(reg, bit_pattern, if_any_set); in TestAndSplit()
3936 TestAndBranchIfAllClear(reg, bit_pattern, if_all_clear); in TestAndSplit()
3938 TestAndBranchIfAnySet(reg, bit_pattern, if_any_set); in TestAndSplit()
/external/owasp/sanitizer/tools/findbugs/lib/
Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...