Home | History | Annotate | Download | only in priv

Lines Matching defs:cc_ndep

178    /* const */ ULong CC_NDEP = cc_ndep_formal;			\
185 CC_NDEP = CC_NDEP;
237 oldC = CC_NDEP & AMD64G_CC_MASK_C; \
262 oldC = CC_NDEP & AMD64G_CC_MASK_C; \
306 cf = CC_NDEP & AMD64G_CC_MASK_C; \
326 cf = CC_NDEP & AMD64G_CC_MASK_C; \
381 = (CC_NDEP & ~(AMD64G_CC_MASK_O | AMD64G_CC_MASK_C)) \
398 = (CC_NDEP & ~(AMD64G_CC_MASK_O | AMD64G_CC_MASK_C)) \
751 ULong cc_ndep )
759 amd64g_calculate_rflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep );
768 ULong cc_ndep )
797 // return cc_ndep & AMD64G_CC_MASK_C;
807 return amd64g_calculate_rflags_all_WRK(cc_op,cc_dep1,cc_dep2,cc_ndep)
818 ULong cc_ndep )
821 cc_dep2, cc_ndep);
885 cond, cc_op, cc_dep1, cc_dep2, cc_ndep );
1475 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep;
1480 cc_ndep = args[3];
1512 /* If the thunk is dec or inc, the cflag is supplied as CC_NDEP. */
1513 return cc_ndep;