Searched defs:LC3_SAT24 (Results 1 – 1 of 1) sorted by relevance
90 #define LC3_SAT24(v) LC3_CLIP(v, -(1 << 23), (1 << 23) - 1) macro101 #define LC3_SAT24(v) __ssat(v, 24) macro