Searched refs:MinIntFromFormat (Results 1 – 8 of 8) sorted by relevance
291 int64_t MinIntFromFormat(VectorFormat vform) { in MinIntFromFormat() function
314 int64_t MinIntFromFormat(VectorFormat vform);
2014 if (sa == MinIntFromFormat(vform)) { in neg()2074 if (sa == MinIntFromFormat(vform)) { in abs()2215 } else if (ssrc < MinIntFromFormat(dstform)) { in extractnarrow()3956 if ((src1.Int(vform, i) == MinIntFromFormat(vform)) && in sqrdmulh()3957 (src2.Int(vform, i) == MinIntFromFormat(vform))) { in sqrdmulh()4146 static_cast<uint64_t>(MinIntFromFormat(vform)))) { in sqrdmlash_d()4147 accum.second = MinIntFromFormat(vform); in sqrdmlash_d()4189 } else if (accum < MinIntFromFormat(vform)) { in sqrdmlash()4190 accum = MinIntFromFormat(vform); in sqrdmlash()6505 dst.SetInt(vform, i, MinIntFromFormat(vform)); in flogb()
730 int64_t MinIntFromFormat(VectorFormat vform);
1409 int64_t MinIntFromFormat(VectorFormat vform) { in MinIntFromFormat() function
709 SetInt(vform, i, MinIntFromFormat(vform)); in SignedSaturate()
1646 if (sa == MinIntFromFormat(vform)) { in neg()1697 if (sa == MinIntFromFormat(vform)) { in abs()1776 } else if (ssrc[i] < MinIntFromFormat(dstform)) { in ExtractNarrow()2740 } else if (product < MinIntFromFormat(vform)) { in sqrdmulh()2741 product = MinIntFromFormat(vform); in sqrdmulh()
568 SetInt(vform, i, MinIntFromFormat(vform)); in SignedSaturate()