Home | History | Annotate | Download | only in priv

Lines Matching defs:cc_ndep

136    /* const */ UInt CC_NDEP = cc_ndep_formal;			\
143 CC_NDEP = CC_NDEP;
195 oldC = CC_NDEP & X86G_CC_MASK_C; \
220 oldC = CC_NDEP & X86G_CC_MASK_C; \
264 cf = CC_NDEP & X86G_CC_MASK_C; \
284 cf = CC_NDEP & X86G_CC_MASK_C; \
339 = (CC_NDEP & ~(X86G_CC_MASK_O | X86G_CC_MASK_C)) \
356 = (CC_NDEP & ~(X86G_CC_MASK_O | X86G_CC_MASK_C)) \
578 UInt cc_ndep )
586 x86g_calculate_eflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep );
596 UInt cc_ndep )
622 return cc_ndep & X86G_CC_MASK_C;
632 return x86g_calculate_eflags_all_WRK(cc_op,cc_dep1,cc_dep2,cc_ndep)
643 UInt cc_ndep )
646 cc_dep2, cc_ndep);
709 cond, cc_op, cc_dep1, cc_dep2, cc_ndep );
1222 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep;
1227 cc_ndep = args[3];
1248 /* If the thunk is dec or inc, the cflag is supplied as CC_NDEP. */
1249 return cc_ndep;
1296 IRExpr *cc_op, *cc_dep1; /*, *cc_dep2, *cc_ndep; */
1301 /* cc_ndep = args[3]; */