Searched refs:MinIntFromFormat (Results 1 – 4 of 4) sorted by relevance
613 int64_t MinIntFromFormat(VectorFormat vform) { in MinIntFromFormat() function
468 int64_t MinIntFromFormat(VectorFormat vform);
1965 if (sa == MinIntFromFormat(vform)) { in neg()2021 if (sa == MinIntFromFormat(vform)) { in abs()2074 } else if (ssrc[i] < MinIntFromFormat(dstform)) { in extractnarrow()3286 } else if (product < MinIntFromFormat(vform)) { in sqrdmulh()3287 product = MinIntFromFormat(vform); in sqrdmulh()
598 SetInt(vform, i, MinIntFromFormat(vform)); in SignedSaturate()