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

Lines Matching refs:FMINSW

340 #define FMINSW(a, b) ((int16_t)(a) < (int16_t)(b)) ? (a) : (b)
385 SSE_HELPER_W(helper_pminsw, FMINSW)