Searched defs:GenNumberOfLeadingZeroes (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dintrinsics_mips64.cc275 static void GenNumberOfLeadingZeroes(LocationSummary* locations, function in namespace:art::mips64
294 GenNumberOfLeadingZeroes(invoke->GetLocations(), /* is64bit */ false, GetAssembler());
303 GenNumberOfLeadingZeroes(invoke->GetLocations(), /* is64bit */ true, GetAssembler());
H A Dintrinsics_mips.cc442 static void GenNumberOfLeadingZeroes(LocationSummary* locations, function in namespace:art::mips
478 GenNumberOfLeadingZeroes(invoke->GetLocations(), /* is64bit */ false, IsR6(), GetAssembler());
487 GenNumberOfLeadingZeroes(invoke->GetLocations(), /* is64bit */ true, IsR6(), GetAssembler());

Completed in 53 milliseconds