Searched refs:TestAndBranchIfAnySet (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/v8/src/arm64/ |
D | codegen-arm64.cc | 465 __ TestAndBranchIfAnySet(result, kStringRepresentationMask, &external_string); in Generate() local 491 __ TestAndBranchIfAnySet(result, kStringEncodingMask, &one_byte); in Generate() local
|
D | macro-assembler-arm64-inl.h | 1487 TestAndBranchIfAnySet(type.W(), kIsNotStringMask, not_string); in IsObjectJSStringType() 1491 TestAndBranchIfAnySet(type.W(), kIsNotStringMask, not_string); in IsObjectJSStringType() 1642 void MacroAssembler::TestAndBranchIfAnySet(const Register& reg, in TestAndBranchIfAnySet() function
|
D | macro-assembler-arm64.cc | 1645 TestAndBranchIfAnySet(scratch2, StackHandler::KindField::kMask, &fetch_next); in ThrowUncatchable() 3934 TestAndBranchIfAnySet(reg, bit_pattern, if_any_set); in TestAndSplit() 3938 TestAndBranchIfAnySet(reg, bit_pattern, if_any_set); in TestAndSplit() 4213 TestAndBranchIfAnySet(scratch1, PropertyDetails::TypeField::kMask, miss); in LoadFromNumberDictionary() 4338 TestAndBranchIfAnySet(scratch, mask, if_any_set); in CheckPageFlagSet() 4635 TestAndBranchIfAnySet(scratch, Map::Deprecated::kMask, if_deprecated); in CheckMapDeprecated() 4735 TestAndBranchIfAnySet(instance_type, in EnsureNotWhite() 4747 TestAndBranchIfAnySet(instance_type, kExternalStringTag, &is_data_object); in EnsureNotWhite()
|
D | code-stubs-arm64.cc | 1966 __ TestAndBranchIfAnySet(key, kSmiTagMask | kSmiSignMask, &slow); in Generate() local 2305 __ TestAndBranchIfAnySet(string_type.X(), in Generate() 2621 __ TestAndBranchIfAnySet(string_representation, in Generate() 3107 __ TestAndBranchIfAnySet(result_, kIsNotStringMask, receiver_not_string_); in GenerateFast() local 3322 __ TestAndBranchIfAnySet( in GenerateInternalizedStrings() local 3421 __ TestAndBranchIfAnySet( in GenerateStrings() local
|
D | lithium-codegen-arm64.cc | 123 __ TestAndBranchIfAnySet(value_, mask_, label); in Emit() local 135 __ TestAndBranchIfAnySet(value_, mask_, label); in EmitInverted() local 1936 __ TestAndBranchIfAnySet( in DoBranch() local 3238 __ TestAndBranchIfAnySet(scratch, 1 << Map::kIsUndetectable, is_not_object); in DoIsObjectAndBranch() local 6004 __ TestAndBranchIfAnySet( in DoLoadFieldByIndex() local
|
D | builtins-arm64.cc | 1078 __ TestAndBranchIfAnySet( in Generate_FunctionCall() local
|
D | macro-assembler-arm64.h | 728 inline void TestAndBranchIfAnySet(const Register& reg,
|
/external/chromium_org/v8/src/ic/arm64/ |
D | ic-arm64.cc | 240 __ TestAndBranchIfAnySet(hash_scratch, kIsNotInternalizedMask, not_unique); in GenerateKeyNameCheck() local 830 __ TestAndBranchIfAnySet( in GenerateGeneric() local
|