Home | History | Annotate | Download | only in priv

Lines Matching defs:cc_ndep

177    /* const */ ULong CC_NDEP = cc_ndep_formal;			\
184 CC_NDEP = CC_NDEP;
236 oldC = CC_NDEP & AMD64G_CC_MASK_C; \
261 oldC = CC_NDEP & AMD64G_CC_MASK_C; \
305 cf = CC_NDEP & AMD64G_CC_MASK_C; \
325 cf = CC_NDEP & AMD64G_CC_MASK_C; \
380 = (CC_NDEP & ~(AMD64G_CC_MASK_O | AMD64G_CC_MASK_C)) \
397 = (CC_NDEP & ~(AMD64G_CC_MASK_O | AMD64G_CC_MASK_C)) \
672 ULong cc_ndep )
680 amd64g_calculate_rflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep );
689 ULong cc_ndep )
718 // return cc_ndep & AMD64G_CC_MASK_C;
728 return amd64g_calculate_rflags_all_WRK(cc_op,cc_dep1,cc_dep2,cc_ndep)
739 ULong cc_ndep )
742 cc_dep2, cc_ndep);
806 cond, cc_op, cc_dep1, cc_dep2, cc_ndep );
1361 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep;
1366 cc_ndep = args[3];
1398 /* If the thunk is dec or inc, the cflag is supplied as CC_NDEP. */
1399 return cc_ndep;