Searched defs:FMINSW (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dops_sse.h349 #define FMINSW(a, b) ((int16_t)(a) < (int16_t)(b)) ? (a) : (b) macro
394 SSE_HELPER_W(helper_pminsw, FMINSW)

Completed in 52 milliseconds