Home | History | Annotate | Download | only in arm64

Lines Matching defs:uvalue

474   uint64_t uvalue = static_cast<uint64_t>(value);
475 int num_fast_halfwords = GetNumFastHalfWords(uvalue);
505 uint16_t halfword = static_cast<uint16_t>(uvalue >> (shift << 4));
514 uint16_t halfword = static_cast<uint16_t>(uvalue >> (shift << 4));