Searched defs:TestAndBranchIfAllClear (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/arm64/ |
D | codegen-arm64.cc | 111 __ TestAndBranchIfAllClear(result, kIsIndirectStringMask, &check_sequential); in Generate() local
|
D | macro-assembler-arm64-inl.h | 1636 void MacroAssembler::TestAndBranchIfAllClear(const Register& reg, in TestAndBranchIfAllClear() function
|
D | code-stubs-arm64.cc | 284 __ TestAndBranchIfAllClear( in EmitStrictTwoHeapObjectCompare() local
|
/external/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 1929 __ TestAndBranchIfAllClear(x10, 1 << Map::kIsCallable, in Generate_FunctionPrototypeApply() local 2061 __ TestAndBranchIfAllClear(x10, 1 << Map::kIsCallable, &target_not_callable); in Generate_ReflectApply() local 2133 __ TestAndBranchIfAllClear(x10, 1 << Map::kIsConstructor, in Generate_ReflectConstruct() local 2141 __ TestAndBranchIfAllClear(x10, 1 << Map::kIsConstructor, in Generate_ReflectConstruct() local 2755 __ TestAndBranchIfAllClear(x4, 1 << Map::kIsCallable, &non_callable); in Generate_Call() local 3033 __ TestAndBranchIfAllClear(x2, 1 << Map::kIsConstructor, &non_constructor); in Generate_Construct() local
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 144 __ TestAndBranchIfAllClear(value_, mask_, label); in Emit() local 162 __ TestAndBranchIfAllClear(value_, mask_, label); in EmitInverted() local
|