Searched refs:MinIntFromFormat (Results 1 – 8 of 8) sorted by relevance
704 int64_t MinIntFromFormat(VectorFormat vform) { in MinIntFromFormat() function
554 int64_t MinIntFromFormat(VectorFormat vform);
1828 if (sa == MinIntFromFormat(vform)) { in neg()1886 if (sa == MinIntFromFormat(vform)) { in abs()1967 } else if (ssrc[i] < MinIntFromFormat(dstform)) { in extractnarrow()3355 } else if (product < MinIntFromFormat(vform)) { in sqrdmulh()3356 product = MinIntFromFormat(vform); in sqrdmulh()3440 } else if (accum < MinIntFromFormat(vform)) { in sqrdmlash()3441 accum = MinIntFromFormat(vform); in sqrdmlash()
419 SetInt(vform, i, MinIntFromFormat(vform)); in SignedSaturate()
487 int64_t MinIntFromFormat(VectorFormat vform);
621 int64_t MinIntFromFormat(VectorFormat vform) { in MinIntFromFormat() function
1647 if (sa == MinIntFromFormat(vform)) { in neg()1698 if (sa == MinIntFromFormat(vform)) { in abs()1777 } else if (ssrc[i] < MinIntFromFormat(dstform)) { in ExtractNarrow()2741 } else if (product < MinIntFromFormat(vform)) { in sqrdmulh()2742 product = MinIntFromFormat(vform); in sqrdmulh()
568 SetInt(vform, i, MinIntFromFormat(vform)); in SignedSaturate()