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

  /external/valgrind/main/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/main/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/main/none/tests/amd64/
amd64locked.c 210 #define CC_C 0x0001
217 #define CC_MASK (CC_C | CC_P | CC_A | CC_Z | CC_S | CC_O)
241 | (c ? CC_C : 0) \
335 | (c ? CC_C : 0) \
451 | (c ? CC_C : 0) \
  /external/valgrind/main/none/tests/x86/
x86locked.c 195 #define CC_C 0x0001
202 #define CC_MASK (CC_C | CC_P | CC_A | CC_Z | CC_S | CC_O)
226 | (c ? CC_C : 0) \
313 | (c ? CC_C : 0) \
415 | (c ? CC_C : 0) \
  /external/clang/include/clang/AST/
Type.h 441 CC_C, // __attribute__((cdecl))
    [all...]
  /external/qemu/target-i386/
cpu.h 101 #define CC_C 0x0001

Completed in 1185 milliseconds