Home | History | Annotate | Download | only in test

Lines Matching refs:TEST_FCMOV

735 #define TEST_FCMOV(a, b, rflags, CC)\
747 void test_fcmov(void)
760 TEST_FCMOV(a, b, rflags, "b");
761 TEST_FCMOV(a, b, rflags, "e");
762 TEST_FCMOV(a, b, rflags, "be");
763 TEST_FCMOV(a, b, rflags, "nb");
764 TEST_FCMOV(a, b, rflags, "ne");
765 TEST_FCMOV(a, b, rflags, "nbe");
767 TEST_FCMOV(a, b, (int64)0, "u");
768 TEST_FCMOV(a, b, (int64)CC_P, "u");
769 TEST_FCMOV(a, b, (int64)0, "nu");
770 TEST_FCMOV(a, b, (int64)CC_P, "nu");
790 // REINSTATE: test_fcmov();