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

/vbox/src/recompiler/tests/
H A Dtest-i386.c77 #define CC_P 0x0004 macro
85 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A)
146 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O)
516 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A)
834 a, b, fpus & FPUS_EMASK, eflags & (CC_Z | CC_P | CC_C));
843 a, b, fpus & FPUS_EMASK, eflags & (CC_Z | CC_P | CC_C));
1009 TEST_FCMOV(a, b, CC_P, "u");
1011 TEST_FCMOV(a, b, CC_P, "nu");
1064 TEST_BCD(daa, 0x12340503, CC_A, (CC_C | CC_P | CC_Z | CC_S | CC_A));
1065 TEST_BCD(daa, 0x12340506, CC_A, (CC_C | CC_P | CC_
[all...]
/vbox/src/recompiler/target-i386/
H A Dcpu.h126 #define CC_P 0x0004 macro

Completed in 215 milliseconds