Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dutility_arm64.cc476 uint64_t uvalue = static_cast<uint64_t>(value); in LoadConstantWide() local
477 int num_fast_halfwords = GetNumFastHalfWords(uvalue); in LoadConstantWide()
507 uint16_t halfword = static_cast<uint16_t>(uvalue >> (shift << 4)); in LoadConstantWide()
516 uint16_t halfword = static_cast<uint16_t>(uvalue >> (shift << 4)); in LoadConstantWide()