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

  /external/valgrind/memcheck/tests/amd64/
more_x87_fp.c 66 #define CC_S 0x0080
  /external/valgrind/memcheck/tests/x86/
more_x86_fp.c 56 #define CC_S 0x0080
  /external/valgrind/none/tests/x86/
x86locked.c 211 #define CC_S 0x0080
214 #define CC_MASK (CC_C | CC_P | CC_A | CC_Z | CC_S | CC_O)
235 | (s ? CC_S : 0) \
322 | (s ? CC_S : 0) \
424 | (s ? CC_S : 0) \
  /external/valgrind/none/tests/amd64/
amd64locked.c 226 #define CC_S 0x0080
229 #define CC_MASK (CC_C | CC_P | CC_A | CC_Z | CC_S | CC_O)
250 | (s ? CC_S : 0) \
344 | (s ? CC_S : 0) \
460 | (s ? CC_S : 0) \
fb_test_amd64.c 406 #define CC_S 0x0080
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)
1161 rflags & (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A));\
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir.h 298 CC_S = 0x15,
    [all...]

Completed in 194 milliseconds