Home | History | Annotate | Download | only in priv

Lines Matching full:aaneg

9223    IRTemp aaNeg   = newTemp(Ity_I64);
9239 assign( aaNeg, binop(opSub, mkexpr(zero), mkexpr(aa)) );
9243 binop(Iop_And64, mkexpr(aaNeg), mkexpr(negMask)) ));