Searched refs:TestAndBranchIfAnySet (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/v8/src/arm64/ |
D | codegen-arm64.cc | 460 __ TestAndBranchIfAnySet(result, kStringRepresentationMask, &external_string); in Generate() local 486 __ TestAndBranchIfAnySet(result, kStringEncodingMask, &ascii); in Generate() local
|
D | ic-arm64.cc | 312 __ TestAndBranchIfAnySet(hash_scratch, kIsNotInternalizedMask, not_unique); in GenerateKeyNameCheck() local 843 __ TestAndBranchIfAnySet(key, kSmiTagMask | kSmiSignMask, &slow); in GenerateIndexedInterceptor() local 1121 __ TestAndBranchIfAnySet( in GenerateGeneric() local
|
D | macro-assembler-arm64-inl.h | 1491 TestAndBranchIfAnySet(type.W(), kIsNotStringMask, not_string); in IsObjectJSStringType() 1495 TestAndBranchIfAnySet(type.W(), kIsNotStringMask, not_string); in IsObjectJSStringType() 1646 void MacroAssembler::TestAndBranchIfAnySet(const Register& reg, in TestAndBranchIfAnySet() function
|
D | macro-assembler-arm64.cc | 1538 TestAndBranchIfAnySet(scratch2, StackHandler::KindField::kMask, &fetch_next); in ThrowUncatchable() 3849 TestAndBranchIfAnySet(reg, bit_pattern, if_any_set); in TestAndSplit() 3853 TestAndBranchIfAnySet(reg, bit_pattern, if_any_set); in TestAndSplit() 4129 TestAndBranchIfAnySet(scratch1, PropertyDetails::TypeField::kMask, miss); in LoadFromNumberDictionary() 4255 TestAndBranchIfAnySet(scratch, mask, if_any_set); in CheckPageFlagSet() 4550 TestAndBranchIfAnySet(scratch, Map::Deprecated::kMask, if_deprecated); in CheckMapDeprecated() 4650 TestAndBranchIfAnySet(instance_type, in EnsureNotWhite() 4662 TestAndBranchIfAnySet(instance_type, kExternalStringTag, &is_data_object); in EnsureNotWhite()
|
D | code-stubs-arm64.cc | 2725 __ TestAndBranchIfAnySet(string_type.X(), in Generate() 3041 __ TestAndBranchIfAnySet(string_representation, in Generate() 3524 __ TestAndBranchIfAnySet(result_, kIsNotStringMask, receiver_not_string_); in GenerateFast() local 3746 __ TestAndBranchIfAnySet( in GenerateInternalizedStrings() local 3845 __ TestAndBranchIfAnySet( in GenerateStrings() local
|
D | lithium-codegen-arm64.cc | 120 __ TestAndBranchIfAnySet(value_, mask_, label); in Emit() local 132 __ TestAndBranchIfAnySet(value_, mask_, label); in EmitInverted() local 1955 __ TestAndBranchIfAnySet( in DoBranch() local 3250 __ TestAndBranchIfAnySet(scratch, 1 << Map::kIsUndetectable, is_not_object); in DoIsObjectAndBranch() local 6021 __ TestAndBranchIfAnySet( in DoLoadFieldByIndex() local
|
D | builtins-arm64.cc | 1079 __ TestAndBranchIfAnySet( in Generate_FunctionCall() local
|
D | macro-assembler-arm64.h | 691 inline void TestAndBranchIfAnySet(const Register& reg,
|