Searched refs:SATSH (Results 1 – 1 of 1) sorted by relevance
49 #define SATSH(x) (x < -0x8000 ? -0x8000 : x > 0x7fff ? 0x7fff : x) macro93 vs.sh[i] = SATSH(r); in helper_paddsh()188 vs.sh[i] = SATSH(r); in helper_psubsh()266 tmp = SATSH(tmp); in helper_packsswh()270 tmp = SATSH(tmp); in helper_packsswh()274 tmp = SATSH(tmp); in helper_packsswh()278 tmp = SATSH(tmp); in helper_packsswh()