Searched defs:TestAndBranchIfAllClear (Results 1 – 2 of 2) sorted by relevance
2343 __ TestAndBranchIfAllClear(x4, Map::IsCallableBit::kMask, &non_callable); in Generate_Call() local2389 __ TestAndBranchIfAllClear( in Generate_ConstructFunction() local2444 __ TestAndBranchIfAllClear(x2, Map::IsConstructorBit::kMask, in Generate_Construct() local
1326 void TurboAssembler::TestAndBranchIfAllClear(const Register& reg, in TestAndBranchIfAllClear() function