HomeSort by relevance Sort by last modified time
    Searched defs:CC_P (Results 1 - 8 of 8) 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); \
  /external/valgrind/VEX/test/
test-amd64.c 57 #define CC_P 0x0004
67 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A)
116 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O)
357 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A)
610 printf("fcomi(%f %f)=%016llx\n", a, b, rflags & (CC_Z | CC_P | CC_C));
768 TEST_FCMOV(a, b, (int64)CC_P, "u");
770 TEST_FCMOV(a, b, (int64)CC_P, "nu");
814 TEST_BCD(daa, 0x12340503, CC_A, (CC_C | CC_P | CC_Z | CC_S | CC_A));
815 TEST_BCD(daa, 0x12340506, CC_A, (CC_C | CC_P | CC_Z | CC_S | CC_A));
816 TEST_BCD(daa, 0x12340507, CC_A, (CC_C | CC_P | CC_Z | CC_S | CC_A))
    [all...]
test-i386.c 47 #define CC_P 0x0004
57 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A)
106 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O)
345 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A)
572 printf("fcomi(%f %f)=%08x\n", a, b, eflags & (CC_Z | CC_P | CC_C));
730 TEST_FCMOV(a, b, CC_P, "u");
732 TEST_FCMOV(a, b, CC_P, "nu");
776 TEST_BCD(daa, 0x12340503, CC_A, (CC_C | CC_P | CC_Z | CC_S | CC_A));
777 TEST_BCD(daa, 0x12340506, CC_A, (CC_C | CC_P | CC_Z | CC_S | CC_A));
778 TEST_BCD(daa, 0x12340507, CC_A, (CC_C | CC_P | CC_Z | CC_S | CC_A))
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 178 CC_P = CC_NE,
  /toolchain/binutils/binutils-2.25/opcodes/
fr30-desc.h 97 , CC_C, CC_NC, CC_N, CC_P

Completed in 199 milliseconds