Lines Matching refs:CC_MASK
68 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A) macro
128 #undef CC_MASK
129 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O) macro
165 #undef CC_MASK
166 #define CC_MASK (CC_C) macro
497 #undef CC_MASK
499 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A) macro
501 #define CC_MASK (CC_O | CC_C) macro
525 "imulw", s0, s1, res, flags & CC_MASK); in test_imulw2()
543 "imull", s0, s1, res, flags & CC_MASK); in test_imull2()
562 "imulq", s0, s1, res, flags & CC_MASK); in test_imulq2()
580 "imul" size " im", (long)op0, (long)op1, res, flags & CC_MASK);\
584 #undef CC_MASK
585 #define CC_MASK (0) macro