Home | History | Annotate | Download | only in priv

Lines Matching refs:cc0

10025    IRTemp cc0  = newTemp(Ity_I32);
10037 assign(cc0, mkexpr(b0));
10044 return binop(Iop_Or32, mkexpr(cc0), binop(Iop_Shl32, mkexpr(cc1), mkU8(1)));