Searched refs:FMINUB (Results 1 - 2 of 2) sorted by relevance

/external/qemu/target-i386/
H A Dops_sse_header.h84 SSE_HELPER_B(pminub, FMINUB)
H A Dops_sse.h339 #define FMINUB(a, b) ((a) < (b)) ? (a) : (b) macro
382 SSE_HELPER_B(helper_pminub, FMINUB)

Completed in 21 milliseconds