Home | History | Annotate | Download | only in target-i386

Lines Matching refs:FMAXSW

342 #define FMAXSW(a, b) ((int16_t)(a) > (int16_t)(b)) ? (a) : (b)
386 SSE_HELPER_W(helper_pmaxsw, FMAXSW)