Home | History | Annotate | Download | only in priv

Lines Matching defs:cc0

1690    IRTemp cc0  = newTemp(Ity_I32);
1702 assign(cc0, mkexpr(b0));
1709 return binop(Iop_Or32, mkexpr(cc0), binop(Iop_Shl32, mkexpr(cc1), mkU8(1)));