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

Lines Matching refs:FPU_CMPNEQ

885 #define FPU_CMPNEQ(size, a, b) float ## size ## _eq(a, b, &env->sse_status) ? 0 : -1
894 SSE_HELPER_CMP(cmpneq, FPU_CMPNEQ)