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

Lines Matching refs:FMAXUB

341 #define FMAXUB(a, b) ((a) > (b)) ? (a) : (b)
383 SSE_HELPER_B(helper_pmaxub, FMAXUB)