Home | History | Annotate | Download | only in test

Lines Matching refs:test_fcmov

697 #define TEST_FCMOV(a, b, eflags, CC)\
709 void test_fcmov(void)
722 TEST_FCMOV(a, b, eflags, "b");
723 TEST_FCMOV(a, b, eflags, "e");
724 TEST_FCMOV(a, b, eflags, "be");
725 TEST_FCMOV(a, b, eflags, "nb");
726 TEST_FCMOV(a, b, eflags, "ne");
727 TEST_FCMOV(a, b, eflags, "nbe");
729 TEST_FCMOV(a, b, 0, "u");
730 TEST_FCMOV(a, b, CC_P, "u");
731 TEST_FCMOV(a, b, 0, "nu");
732 TEST_FCMOV(a, b, CC_P, "nu");
752 // REINSTATE: test_fcmov();