Searched refs:MaxUintFromFormat (Results 1 – 5 of 5) sorted by relevance
722 dst.SetUint(vform, i, result ? MaxUintFromFormat(vform) : 0); in cmp()747 dst.SetUint(vform, i, ((ua & ub) != 0) ? MaxUintFromFormat(vform) : 0); in cmptst()1686 uint64_t mask = MaxUintFromFormat(vform) << shift; in sli()1744 mask = MaxUintFromFormat(vform) >> shift; in sri()2003 dst.SetUint(vform, i, MaxUintFromFormat(vform)); // Positive saturation. in usqadd()2080 if (ssrc[i] > static_cast<int64_t>(MaxUintFromFormat(dstform))) { in extractnarrow()2086 if (usrc[i] > MaxUintFromFormat(dstform)) { in extractnarrow()2093 result = ssrc[i] & MaxUintFromFormat(dstform); in extractnarrow()2095 result = usrc[i] & MaxUintFromFormat(dstform); in extractnarrow()2367 uint64_t value = imm & MaxUintFromFormat(vform); in dup_immediate()[all …]
618 uint64_t MaxUintFromFormat(VectorFormat vform) { in MaxUintFromFormat() function
469 uint64_t MaxUintFromFormat(VectorFormat vform);
608 SetUint(vform, i, MaxUintFromFormat(vform)); in UnsignedSaturate()644 val |= (MaxUintFromFormat(vform) >> 1) + 1; in Uhalve()660 val ^= (MaxUintFromFormat(vform) >> 1) + 1; in Halve()
2974 value &= MaxUintFromFormat(vf); in VisitNEONCopy()