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

/vbox/src/recompiler/target-i386/
H A Dops_sse_header.h225 SSE_HELPER_CMP(cmpnlt, FPU_CMPNLT)
H A Dops_sse.h939 #define FPU_CMPNLT(size, a, b) float ## size ## _lt(a, b, &env->sse_status) ? 0 : -1 macro
948 SSE_HELPER_CMP(cmpnlt, FPU_CMPNLT)

Completed in 50 milliseconds