Searched refs:TestAndBranchIfAllClear (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/arm64/ |
D | builtins-arm64.cc | 1530 __ TestAndBranchIfAllClear(x10, 1 << Map::kIsCallable, in Generate_FunctionPrototypeApply() local 1664 __ TestAndBranchIfAllClear(x10, 1 << Map::kIsCallable, &target_not_callable); in Generate_ReflectApply() local 1737 __ TestAndBranchIfAllClear(x10, 1 << Map::kIsConstructor, in Generate_ReflectConstruct() local 1745 __ TestAndBranchIfAllClear(x10, 1 << Map::kIsConstructor, in Generate_ReflectConstruct() local 2200 __ TestAndBranchIfAllClear(x4, 1 << Map::kIsCallable, &non_callable); in Generate_Call() local 2312 __ TestAndBranchIfAllClear(x2, 1 << Map::kIsConstructor, &non_constructor); in Generate_Construct() local 2489 __ TestAndBranchIfAllClear(scratch2.W(), in Generate_ArgumentsAdaptorTrampoline() local
|
D | codegen-arm64.cc | 443 __ TestAndBranchIfAllClear(result, kIsIndirectStringMask, &check_sequential); in Generate() local 447 __ TestAndBranchIfAllClear(result, kSlicedNotConsMask, &cons_string); in Generate() local
|
D | macro-assembler-arm64-inl.h | 1449 TestAndBranchIfAllClear(type.W(), kIsNotStringMask, string); in IsObjectJSStringType() 1620 void MacroAssembler::TestAndBranchIfAllClear(const Register& reg, in TestAndBranchIfAllClear() function
|
D | macro-assembler-arm64.h | 756 inline void TestAndBranchIfAllClear(const Register& reg,
|
D | macro-assembler-arm64.cc | 3543 TestAndBranchIfAllClear(reg, bit_pattern, if_all_clear); in TestAndSplit() 3958 TestAndBranchIfAllClear(scratch, mask, if_all_clear); in CheckPageFlagClear()
|
D | code-stubs-arm64.cc | 370 __ TestAndBranchIfAllClear( in EmitStrictTwoHeapObjectCompare() local
|
/external/v8/src/ic/arm64/ |
D | ic-arm64.cc | 250 __ TestAndBranchIfAllClear(hash_scratch, Name::kContainsCachedArrayIndexMask, in GenerateKeyNameCheck() local
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 121 __ TestAndBranchIfAllClear(value_, mask_, label); in Emit() local 139 __ TestAndBranchIfAllClear(value_, mask_, label); in EmitInverted() local
|