Home
last modified time | relevance | path

Searched refs:is_high (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_x86_64.cc2325 static void CreateOneBitLocations(ArenaAllocator* allocator, HInvoke* invoke, bool is_high) { in CreateOneBitLocations() argument
2330 locations->AddTemp(is_high ? Location::RegisterLocation(RCX) // needs CL in CreateOneBitLocations()
2337 bool is_high, bool is_long) { in GenOneBit() argument
2350 if (is_high) { in GenOneBit()
2366 if (!is_high && codegen->GetInstructionSetFeatures().HasAVX2() && in GenOneBit()
2371 if (is_high) { in GenOneBit()