Home | History | Annotate | Download | only in priv

Lines Matching refs:tmpLo

3167          HReg tmpLo = newVRegI(env);
3170 addInstr(env, PPCInstr_Unary(Pun_NOT,tmpLo,xLo));
3173 *rLo = tmpLo;
3242 HReg tmpLo;
3252 iselInt64Expr( &tmpHi, &tmpLo, env, e->Iex.Unop.arg );
3258 addInstr( env, mk_iMOVds_RR( argregs[argreg], tmpLo ) );
3280 HReg tmpLo;
3290 iselInt64Expr(&tmpHi, &tmpLo, env, e->Iex.Unop.arg);
3296 addInstr(env, mk_iMOVds_RR( argregs[argreg], tmpLo));