Searched defs:TestAndBranchIfAnySet (Results 1 – 2 of 2) sorted by relevance
239 __ TestAndBranchIfAnySet(w4, in Generate_JSConstructStubGeneric() local792 __ TestAndBranchIfAnySet(scratch2, 1 << Code::kMarkedForDeoptimizationBit, in MaybeTailCallOptimizedCodeSlot() local2005 __ TestAndBranchIfAnySet(x5, Map::IsConstructorBit::kMask, in Generate_CallOrConstructForwardVarargs() local2091 __ TestAndBranchIfAnySet(w3, SharedFunctionInfo::IsClassConstructorBit::kMask, in Generate_CallFunction() local2100 __ TestAndBranchIfAnySet(w3, in Generate_CallFunction() local
1313 void TurboAssembler::TestAndBranchIfAnySet(const Register& reg, in TestAndBranchIfAnySet() function