Home | History | Annotate | Download | only in priv

Lines Matching refs:argN

3643                /* VCGE res, argn, argm
3645 VCGT tmp, argm, argn
15957 IRTemp argN = newTemp(Ity_I32);
15964 assign( argN, getIRegA(rN) );
15971 binop(Iop_MullU32, mkexpr(argN), mkexpr(argM)),
21082 IRTemp argN = newTemp(Ity_I32);
21089 assign( argN, getIRegT(rN) );
21096 binop(Iop_MullU32, mkexpr(argN), mkexpr(argM)),