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

/external/qemu/target-i386/
H A Dops_sse.h360 #define FCMPGTL(a, b) ((int32_t)(a) > (int32_t)(b) ? -1 : 0) macro
404 SSE_HELPER_L(helper_pcmpgtl, FCMPGTL)

Completed in 473 milliseconds