For signed n-bit saturation using SSAT, this means that:
• if the value to be saturated is less than −2n−1, the result returned is −2n-
• if the value to be saturated is greater than 2n−1−1, the result returned is
• otherwise, the result returned is the same as the value to be saturated.