Home
last modified time | relevance | path

Searched defs:TestAndBranchIfAllClear (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/builtins/arm64/
Dbuiltins-arm64.cc1234 __ TestAndBranchIfAllClear(optimization_state, in MaybeOptimizeCodeOrTailCallOptimizedCodeSlot() local
2839 __ TestAndBranchIfAllClear(flags, Map::Bits1::IsCallableBit::kMask, in Generate_Call() local
2908 __ TestAndBranchIfAllClear( in Generate_ConstructFunction() local
2973 __ TestAndBranchIfAllClear(flags, Map::Bits1::IsConstructorBit::kMask, in Generate_Construct() local
/third_party/node/deps/v8/src/codegen/arm64/
Dmacro-assembler-arm64-inl.h1396 void TurboAssembler::TestAndBranchIfAllClear(const Register& reg, in TestAndBranchIfAllClear() function