Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dmacro-assembler-arm64-inl.h1607 const uint64_t bit_pattern, in TestAndBranchIfAnySet() argument
1610 DCHECK(CountSetBits(bit_pattern, bits) > 0); in TestAndBranchIfAnySet()
1611 if (CountSetBits(bit_pattern, bits) == 1) { in TestAndBranchIfAnySet()
1612 Tbnz(reg, MaskToBit(bit_pattern), label); in TestAndBranchIfAnySet()
1614 Tst(reg, bit_pattern); in TestAndBranchIfAnySet()
1621 const uint64_t bit_pattern, in TestAndBranchIfAllClear() argument
1624 DCHECK(CountSetBits(bit_pattern, bits) > 0); in TestAndBranchIfAllClear()
1625 if (CountSetBits(bit_pattern, bits) == 1) { in TestAndBranchIfAllClear()
1626 Tbz(reg, MaskToBit(bit_pattern), label); in TestAndBranchIfAllClear()
1628 Tst(reg, bit_pattern); in TestAndBranchIfAllClear()
Dmacro-assembler-arm64.h751 const uint64_t bit_pattern,
757 const uint64_t bit_pattern,
1505 uint64_t bit_pattern,
Dmacro-assembler-arm64.cc3532 uint64_t bit_pattern, in TestAndSplit() argument
3541 TestAndBranchIfAnySet(reg, bit_pattern, if_any_set); in TestAndSplit()
3543 TestAndBranchIfAllClear(reg, bit_pattern, if_all_clear); in TestAndSplit()
3545 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/ ...
/external/guice/extensions/struts2/lib/
Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0. ...