Home | History | Annotate | Download | only in priv

Lines Matching defs:cc_ndep

585       IRExpr *cond_n_op, *cc_dep1, *cc_dep2, *cc_ndep;
590 cc_ndep = args[3];
665 binop(Iop_CmpNE32, cc_ndep, mkU32(0)),
771 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep;
776 cc_ndep = args[3];
801 binop(Iop_CmpNE32, cc_ndep, mkU32(0)),
821 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep;
826 cc_ndep = args[3];
831 return cc_ndep;
872 binop(Iop_Xor32, cc_ndep, mkU32(1)))