Home | History | Annotate | Download | only in test

Lines Matching full:fcomi

567         asm("fcomi %2, %1\n"
572 printf("fcomi(%f %f)=%08x\n", a, b, eflags & (CC_Z | CC_P | CC_C));