Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dutility_arm64.cc291 uint16_t halfword = static_cast<uint16_t>(value >> shift); in GetNumFastHalfWords() local
292 if (halfword == 0) in GetNumFastHalfWords()
294 else if (halfword == UINT16_C(0xffff)) in GetNumFastHalfWords()
507 uint16_t halfword = static_cast<uint16_t>(uvalue >> (shift << 4)); in LoadConstantWide() local
508 if (halfword != background) { in LoadConstantWide()
509 res = NewLIR3(op, r_dest.GetReg(), halfword ^ background, shift); in LoadConstantWide()
516 uint16_t halfword = static_cast<uint16_t>(uvalue >> (shift << 4)); in LoadConstantWide() local
517 if (halfword != background) { in LoadConstantWide()
518 NewLIR3(WIDE(kA64Movk3rdM), r_dest.GetReg(), halfword, shift); in LoadConstantWide()