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

Lines Matching refs:FMINUB

339 #define FMINUB(a, b) ((a) < (b)) ? (a) : (b)
382 SSE_HELPER_B(helper_pminub, FMINUB)