Searched refs:halfword (Results 1 – 1 of 1) sorted by relevance
291 uint16_t halfword = static_cast<uint16_t>(value >> shift); in GetNumFastHalfWords() local292 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() local508 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() local517 if (halfword != background) { in LoadConstantWide()518 NewLIR3(WIDE(kA64Movk3rdM), r_dest.GetReg(), halfword, shift); in LoadConstantWide()