Home | History | Annotate | Download | only in arm64

Lines Matching defs:halfword

289     uint16_t halfword = static_cast<uint16_t>(value >> shift);
290 if (halfword == 0)
292 else if (halfword == UINT16_C(0xffff))
505 uint16_t halfword = static_cast<uint16_t>(uvalue >> (shift << 4));
506 if (halfword != background) {
507 res = NewLIR3(op, r_dest.GetReg(), halfword ^ background, shift);
514 uint16_t halfword = static_cast<uint16_t>(uvalue >> (shift << 4));
515 if (halfword != background) {
516 NewLIR3(WIDE(kA64Movk3rdM), r_dest.GetReg(), halfword, shift);