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

  /external/valgrind/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/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/none/tests/x86/
x86locked.c 208 #define CC_P 0x0004
214 #define CC_MASK (CC_C | CC_P | CC_A | CC_Z | CC_S | CC_O)
239 | (p ? CC_P : 0); \
326 | (p ? CC_P : 0); \
428 | (p ? CC_P : 0); \
  /external/valgrind/none/tests/amd64/
amd64locked.c 223 #define CC_P 0x0004
229 #define CC_MASK (CC_C | CC_P | CC_A | CC_Z | CC_S | CC_O)
254 | (p ? CC_P : 0); \
348 | (p ? CC_P : 0); \
464 | (p ? CC_P : 0); \
fb_test_amd64.c 403 #define CC_P 0x0004
409 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A)
468 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O)
679 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A)
932 xxprintf("fcomi(%f %f)=%016llx\n", a, b, rflags & (CC_Z | CC_P | CC_C));
1081 TEST_FCMOV(a, b, (int64)CC_P, "u");
1083 TEST_FCMOV(a, b, (int64)CC_P, "nu");
1161 rflags & (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A));\
  /toolchain/binutils/binutils-2.27/opcodes/
fr30-desc.h 97 , CC_C, CC_NC, CC_N, CC_P
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir.h 282 CC_P = CC_NE,
    [all...]

Completed in 412 milliseconds