Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dutility_arm64.cc287 static int GetNumFastHalfWords(uint64_t value) { in GetNumFastHalfWords() function
322 int num_slow_halfwords = 4 - (GetNumFastHalfWords(value) & 0x7); in InexpensiveConstantLong()
477 int num_fast_halfwords = GetNumFastHalfWords(uvalue); in LoadConstantWide()