HomeSort by relevance Sort by last modified time
    Searched refs:FMINSW (Results 1 - 2 of 2) sorted by null

  /external/qemu/target-i386/
ops_sse_header.h 87 SSE_HELPER_W(pminsw, FMINSW)
ops_sse.h 340 #define FMINSW(a, b) ((int16_t)(a) < (int16_t)(b)) ? (a) : (b)
385 SSE_HELPER_W(helper_pminsw, FMINSW)
    [all...]

Completed in 15 milliseconds