Searched refs:MaxIntFromFormat (Results 1 – 8 of 8) sorted by relevance
699 int64_t MaxIntFromFormat(VectorFormat vform) { in MaxIntFromFormat() function
553 int64_t MaxIntFromFormat(VectorFormat vform);
1849 dst.SetInt(vform, i, MaxIntFromFormat(vform)); in suqadd()1965 if (ssrc[i] > MaxIntFromFormat(dstform)) { in extractnarrow()3353 if (product > MaxIntFromFormat(vform)) { in sqrdmulh()3354 product = MaxIntFromFormat(vform); in sqrdmulh()3438 if (accum > MaxIntFromFormat(vform)) { in sqrdmlash()3439 accum = MaxIntFromFormat(vform); in sqrdmlash()
417 SetInt(vform, i, MaxIntFromFormat(vform)); in SignedSaturate()
486 int64_t MaxIntFromFormat(VectorFormat vform);
617 int64_t MaxIntFromFormat(VectorFormat vform) { in MaxIntFromFormat() function
1665 dst.SetInt(vform, i, MaxIntFromFormat(vform)); in suqadd()1775 if (ssrc[i] > MaxIntFromFormat(dstform)) { in ExtractNarrow()2739 if (product > MaxIntFromFormat(vform)) { in sqrdmulh()2740 product = MaxIntFromFormat(vform); in sqrdmulh()
566 SetInt(vform, i, MaxIntFromFormat(vform)); in SignedSaturate()