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

  /external/valgrind/memcheck/tests/amd64/
more_x87_fp.c 62 #define CC_C 0x0001
90 printf("fcomi(%f %f)=%08llx\n", a, b, eflags & (CC_Z | CC_P | CC_C));
237 eflags |= CC_C;
  /external/valgrind/memcheck/tests/x86/
more_x86_fp.c 52 #define CC_C 0x0001
80 printf("fcomi(%f %f)=%08x\n", a, b, eflags & (CC_Z | CC_P | CC_C));
227 eflags |= CC_C;
  /external/valgrind/none/tests/x86/
x86locked.c 207 #define CC_C 0x0001
214 #define CC_MASK (CC_C | CC_P | CC_A | CC_Z | CC_S | CC_O)
238 | (c ? CC_C : 0) \
325 | (c ? CC_C : 0) \
427 | (c ? CC_C : 0) \
  /external/valgrind/none/tests/amd64/
amd64locked.c 222 #define CC_C 0x0001
229 #define CC_MASK (CC_C | CC_P | CC_A | CC_Z | CC_S | CC_O)
253 | (c ? CC_C : 0) \
347 | (c ? CC_C : 0) \
463 | (c ? CC_C : 0) \
  /external/clang/include/clang/Basic/
Specifiers.h 224 CC_C, // __attribute__((cdecl))
  /external/valgrind/VEX/test/
test-amd64.c 56 #define CC_C 0x0001
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)
155 #define CC_MASK (CC_C)
357 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A)
359 #define CC_MASK (CC_O | CC_C)
610 printf("fcomi(%f %f)=%016llx\n", a, b, rflags & (CC_Z | CC_P | CC_C));
757 rflags |= CC_C;
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))
    [all...]
test-i386.c 46 #define CC_C 0x0001
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)
144 #define CC_MASK (CC_C)
345 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A)
347 #define CC_MASK (CC_O | CC_C)
572 printf("fcomi(%f %f)=%08x\n", a, b, eflags & (CC_Z | CC_P | CC_C));
719 eflags |= CC_C;
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))
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 195 CC_C = 0x16,
  /toolchain/binutils/binutils-2.25/opcodes/
fr30-desc.h 97 , CC_C, CC_NC, CC_N, CC_P

Completed in 390 milliseconds