Searched refs:CreateOneBitLocations (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_x86_64.cc | 2680 static void CreateOneBitLocations(ArenaAllocator* allocator, HInvoke* invoke, bool is_high) { in CreateOneBitLocations() function 2779 CreateOneBitLocations(allocator_, invoke, /* is_high */ true); in VisitIntegerHighestOneBit() 2787 CreateOneBitLocations(allocator_, invoke, /* is_high */ true); in VisitLongHighestOneBit() 2795 CreateOneBitLocations(allocator_, invoke, /* is_high */ false); in VisitIntegerLowestOneBit() 2803 CreateOneBitLocations(allocator_, invoke, /* is_high */ false); in VisitLongLowestOneBit()
|