Lines Matching refs:tLo
1423 HReg tLo = newVRegI(env);
1431 tLo, r_srcL, r_srcR));
1438 r_dst, r_dst, PPCRH_Reg(tLo)));
2720 HReg tLo = newVRegI(env);
2727 tLo, r_srcL, r_srcR));
2732 *rLo = tLo;
2845 HReg tLo = newVRegI(env);
2853 tLo, PPCAMode_IR( 4, r_addr ),
2856 *rLo = tLo;
2865 HReg tLo = newVRegI(env);
2869 addInstr(env, PPCInstr_LI(tLo, (Long)(Int)wLo, False/*mode32*/));
2871 *rLo = tLo;
2886 HReg tLo = newVRegI(env);
2889 addInstr(env, PPCInstr_Load( 4, tLo, am_addr4, False/*mode32*/ ));
2891 *rLo = tLo;
2898 HReg tLo = newVRegI(env);
2908 addInstr(env, mk_iMOVds_RR(tLo,eXLo));
2916 addInstr(env, PPCInstr_CMov(cc,tLo,PPCRI_Reg(e0Lo)));
2918 *rLo = tLo;
2929 HReg tLo = newVRegI(env);
2936 tLo, r_srcL, r_srcR));
2941 *rLo = tLo;
2950 HReg tLo = newVRegI(env);
2957 addInstr(env, PPCInstr_Alu(op, tLo, xLo, PPCRH_Reg(yLo)));
2959 *rLo = tLo;
2966 HReg tLo = newVRegI(env);
2971 tLo, xLo, yLo));
2975 *rLo = tLo;
2987 HReg tLo = newVRegI(env);
3005 addInstr(env, PPCInstr_Load(4, tLo, four_r1, False/*mode32*/));
3011 *rLo = tLo;
3079 HReg tLo = iselWordExpr_R(env, e->Iex.Unop.arg);
3082 *rLo = tLo;
3121 HReg tLo = newVRegI(env);
3141 PPCInstr_Load( 4, tLo, am_offLO, False/*mode32*/ ));
3145 *rLo = tLo;
3151 HReg tLo = newVRegI(env);
3154 addInstr(env, PPCInstr_Set(cond,tLo));
3156 tLo, tLo, PPCRH_Imm(False,31)));
3158 tLo, tLo, PPCRH_Imm(False,31)));
3159 addInstr(env, mk_iMOVds_RR(tHi, tLo));
3161 *rLo = tLo;
3239 HReg tLo = newVRegI(env);
3265 addInstr( env, mk_iMOVds_RR( tLo, argregs[argreg] ) );
3268 *rLo = tLo;
3277 HReg tLo = newVRegI(env);
3304 addInstr(env, mk_iMOVds_RR(tLo, argregs[argreg]));
3307 *rLo = tLo;