Searched defs:TEST_FCMOV (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/tests/
H A Dtest-i386.c976 #define TEST_FCMOV(a, b, eflags, CC)\ macro
1001 TEST_FCMOV(a, b, eflags, "b");
1002 TEST_FCMOV(a, b, eflags, "e");
1003 TEST_FCMOV(a, b, eflags, "be");
1004 TEST_FCMOV(a, b, eflags, "nb");
1005 TEST_FCMOV(a, b, eflags, "ne");
1006 TEST_FCMOV(a, b, eflags, "nbe");
1008 TEST_FCMOV(a, b, 0, "u");
1009 TEST_FCMOV(a, b, CC_P, "u");
1010 TEST_FCMOV(
[all...]

Completed in 45 milliseconds