Home
last modified time | relevance | path

Searched refs:TestAndBranchIfAnySet (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/v8/src/arm64/
Dcodegen-arm64.cc460 __ TestAndBranchIfAnySet(result, kStringRepresentationMask, &external_string); in Generate() local
486 __ TestAndBranchIfAnySet(result, kStringEncodingMask, &ascii); in Generate() local
Dic-arm64.cc312 __ TestAndBranchIfAnySet(hash_scratch, kIsNotInternalizedMask, not_unique); in GenerateKeyNameCheck() local
843 __ TestAndBranchIfAnySet(key, kSmiTagMask | kSmiSignMask, &slow); in GenerateIndexedInterceptor() local
1121 __ TestAndBranchIfAnySet( in GenerateGeneric() local
Dmacro-assembler-arm64-inl.h1491 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
Dmacro-assembler-arm64.cc1538 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()
Dcode-stubs-arm64.cc2725 __ 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
Dlithium-codegen-arm64.cc120 __ 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
Dbuiltins-arm64.cc1079 __ TestAndBranchIfAnySet( in Generate_FunctionCall() local
Dmacro-assembler-arm64.h691 inline void TestAndBranchIfAnySet(const Register& reg,