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

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

Completed in 44 milliseconds