diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-i386.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-i386.c b/tests/test-i386.c index 2bcc574dbb..821b79b65d 100644 --- a/tests/test-i386.c +++ b/tests/test-i386.c @@ -692,6 +692,8 @@ void test_fcmov(void) TEST_FCMOV(a, b, eflags, "nbe"); } TEST_FCMOV(a, b, 0, "u"); + TEST_FCMOV(a, b, CC_P, "u"); + TEST_FCMOV(a, b, 0, "nu"); TEST_FCMOV(a, b, CC_P, "nu"); } |