Lines Matching refs:CC_MASK
67 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A) macro
115 #undef CC_MASK
116 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O) macro
154 #undef CC_MASK
155 #define CC_MASK (CC_C) macro
355 #undef CC_MASK
357 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A) macro
359 #define CC_MASK (CC_O | CC_C) macro
383 "imulw", s0, s1, res, flags & CC_MASK); in test_imulw2()
402 "imull", s0, s1, res, flags & CC_MASK); in test_imull2()
418 "imul" size, op0, op1, res, flags & CC_MASK);\
434 "imull", op0, op1, res, flags & CC_MASK);\
438 #undef CC_MASK
439 #define CC_MASK (0) macro