Home | History | Annotate | Download | only in target-i386

Lines Matching refs:FPU_CMPNLT

886 #define FPU_CMPNLT(size, a, b) float ## size ## _lt(a, b, &env->sse_status) ? 0 : -1
895 SSE_HELPER_CMP(cmpnlt, FPU_CMPNLT)