Searched refs:TestAndBranchIfAnySet (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/arm64/ |
D | codegen-arm64.cc | 151 __ TestAndBranchIfAnySet(result, kStringRepresentationMask, &external_string); in Generate() local 177 __ TestAndBranchIfAnySet(result, kStringEncodingMask, &one_byte); in Generate() local
|
D | macro-assembler-arm64-inl.h | 1463 TestAndBranchIfAnySet(type.W(), kIsNotStringMask, not_string); in IsObjectJSStringType() 1467 TestAndBranchIfAnySet(type.W(), kIsNotStringMask, not_string); in IsObjectJSStringType() 1622 void MacroAssembler::TestAndBranchIfAnySet(const Register& reg, in TestAndBranchIfAnySet() function
|
D | code-stubs-arm64.cc | 1725 __ TestAndBranchIfAnySet(string_representation, in Generate() 1928 __ TestAndBranchIfAnySet(result_, kIsNotStringMask, receiver_not_string_); in GenerateFast() local 2138 __ TestAndBranchIfAnySet( in GenerateInternalizedStrings() local 2237 __ TestAndBranchIfAnySet( in GenerateStrings() local
|
D | macro-assembler-arm64.cc | 3466 TestAndBranchIfAnySet(reg, bit_pattern, if_any_set); in TestAndSplit() 3470 TestAndBranchIfAnySet(reg, bit_pattern, if_any_set); in TestAndSplit() 3723 TestAndBranchIfAnySet(scratch, mask, condition_met); in CheckPageFlag() 3735 TestAndBranchIfAnySet(scratch, mask, if_any_set); in CheckPageFlagSet()
|
D | macro-assembler-arm64.h | 791 inline void TestAndBranchIfAnySet(const Register& reg,
|
/external/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 1465 __ TestAndBranchIfAnySet( in Generate_CompileLazy() local 2534 __ TestAndBranchIfAnySet(w3, FunctionKind::kClassConstructor in Generate_CallFunction() local 2544 __ TestAndBranchIfAnySet(w3, in Generate_CallFunction() local
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 147 __ TestAndBranchIfAnySet(value_, mask_, label); in Emit() local 159 __ TestAndBranchIfAnySet(value_, mask_, label); in EmitInverted() local 1840 __ TestAndBranchIfAnySet( in DoBranch() local 5570 __ TestAndBranchIfAnySet( in DoLoadFieldByIndex() local
|