Searched refs:__ssat (Results 1 – 3 of 3) sorted by relevance
27 return __ssat(t, v); // expected-error-re {{argument to {{.*}} must be a constant integer}} in test_ssat_const_diag()
275 return __ssat(t, 1); in test_ssat()
231 #define __ssat(x, y) __builtin_arm_ssat(x, y) macro