Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dutility_arm64.cc474 uint64_t uvalue = static_cast<uint64_t>(value); in LoadConstantWide() local
475 int num_fast_halfwords = GetNumFastHalfWords(uvalue); in LoadConstantWide()
505 uint16_t halfword = static_cast<uint16_t>(uvalue >> (shift << 4)); in LoadConstantWide()
514 uint16_t halfword = static_cast<uint16_t>(uvalue >> (shift << 4)); in LoadConstantWide()