Lines Matching refs:tmpLo
3583 HReg tmpLo = newVRegI(env);
3586 addInstr(env, PPCInstr_Unary(Pun_NOT,tmpLo,xLo));
3589 *rLo = tmpLo;
3658 HReg tmpLo;
3667 iselInt64Expr( &tmpHi, &tmpLo, env, e->Iex.Unop.arg, IEndianess );
3673 addInstr( env, mk_iMOVds_RR( argregs[argreg], tmpLo ) );
3706 HReg tmpLo;
3715 iselInt64Expr(&tmpHi, &tmpLo, env, e->Iex.Unop.arg, IEndianess);
3721 addInstr(env, mk_iMOVds_RR( argregs[argreg], tmpLo));
4424 HReg tmpHi, tmpLo;
4427 iselInt64Expr(&tmpHi, &tmpLo, env, e->Iex.Binop.arg2,
4430 addInstr(env, PPCInstr_Store(4, four_r1, tmpLo, False/*mode32*/));
4476 HReg tmpLo;
4479 iselInt64Expr(&tmpHi, &tmpLo, env, e->Iex.Binop.arg1,
4482 addInstr(env, PPCInstr_Store(4, four_r1, tmpLo, False/*!mode64*/));
4598 HReg tmpHi, tmpLo;
4601 iselInt64Expr(&tmpHi, &tmpLo, env, e->Iex.Unop.arg,
4604 addInstr(env, PPCInstr_Store(4, four_r1, tmpLo, False/*mode32*/));
4707 HReg tmpHi, tmpLo;
4710 iselInt64Expr(&tmpHi, &tmpLo, env, e->Iex.Unop.arg,
4713 addInstr(env, PPCInstr_Store(4, four_r1, tmpLo, False/*mode32*/));