HomeSort by relevance Sort by last modified time
    Searched defs:CC_P (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/memcheck/tests/amd64/
more_x87_fp.c 63 #define CC_P 0x0004
90 printf("fcomi(%f %f)=%08llx\n", a, b, eflags & (CC_Z | CC_P | CC_C));
248 TEST_FCMOV(a, b, CC_P, "u");
250 TEST_FCMOV(a, b, CC_P, "nu");
  /external/valgrind/main/memcheck/tests/x86/
more_x86_fp.c 53 #define CC_P 0x0004
80 printf("fcomi(%f %f)=%08x\n", a, b, eflags & (CC_Z | CC_P | CC_C));
238 TEST_FCMOV(a, b, CC_P, "u");
240 TEST_FCMOV(a, b, CC_P, "nu");
  /external/valgrind/main/none/tests/amd64/
amd64locked.c 211 #define CC_P 0x0004
217 #define CC_MASK (CC_C | CC_P | CC_A | CC_Z | CC_S | CC_O)
242 | (p ? CC_P : 0); \
336 | (p ? CC_P : 0); \
452 | (p ? CC_P : 0); \
  /external/valgrind/main/none/tests/x86/
x86locked.c 196 #define CC_P 0x0004
202 #define CC_MASK (CC_C | CC_P | CC_A | CC_Z | CC_S | CC_O)
227 | (p ? CC_P : 0); \
314 | (p ? CC_P : 0); \
416 | (p ? CC_P : 0); \
  /external/qemu/target-i386/
cpu.h 102 #define CC_P 0x0004

Completed in 291 milliseconds