Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dutility_arm64.cc477 int num_fast_halfwords = GetNumFastHalfWords(uvalue); in LoadConstantWide() local
478 int num_slow_halfwords = 4 - (num_fast_halfwords & 0x7); in LoadConstantWide()
479 bool more_ffff_halfwords = (num_fast_halfwords & 0x8) != 0; in LoadConstantWide()