Lines Matching refs:MaxUintFromFormat
545 dst.SetUint(vform, i, result ? MaxUintFromFormat(vform) : 0);
570 dst.SetUint(vform, i, ((ua & ub) != 0) ? MaxUintFromFormat(vform) : 0);
1675 uint64_t mask = MaxUintFromFormat(vform) << shift;
1733 mask = MaxUintFromFormat(vform) >> shift;
2071 dst.SetUint(vform, i, MaxUintFromFormat(vform)); // Positive saturation.
2235 if (ssrc > static_cast<int64_t>(MaxUintFromFormat(dstform))) {
2241 if (usrc > MaxUintFromFormat(dstform)) {
2248 result = ssrc & MaxUintFromFormat(dstform);
2250 result = usrc & MaxUintFromFormat(dstform);
2961 uint64_t value = imm & MaxUintFromFormat(vform);
2984 uint64_t value = imm & MaxUintFromFormat(vform);
5156 dst.SetUint(vform, i, result ? MaxUintFromFormat(vform) : 0);