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

  /external/valgrind/none/tests/x86/
x86locked.c 214 #define CC_MASK (CC_C | CC_P | CC_A | CC_Z | CC_S | CC_O)
266 e_val, block[3] & CC_MASK) ); \
350 e_val, block[2] & CC_MASK) ); \
452 e_val, block[2] & CC_MASK)); \
  /external/valgrind/none/tests/amd64/
amd64locked.c 229 #define CC_MASK (CC_C | CC_P | CC_A | CC_Z | CC_S | CC_O)
281 e_val, block[3] & CC_MASK)); \
372 e_val, block[2] & CC_MASK)); \
488 e_val, block[2] & CC_MASK)); \
fb_test_amd64.c 409 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A)
467 #undef CC_MASK
468 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O)
494 #undef CC_MASK
495 #define CC_MASK (CC_C)
677 #undef CC_MASK
679 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A)
681 #define CC_MASK (CC_O | CC_C)
705 "imulw", s0, s1, res, flags & CC_MASK);
724 "imull", s0, s1, res, flags & CC_MASK);
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
visium.h 50 #define CC_MASK (0xf << 27)
metag.h     [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 102 milliseconds