Home | History | Annotate | Download | only in priv

Lines Matching refs:tLo

1552          HReg tLo    = newVRegI(env);
1560 tLo, r_srcL, r_srcR));
1567 r_dst, r_dst, PPCRH_Reg(tLo)));
2954 HReg tLo = newVRegI(env);
2961 tLo, r_srcL, r_srcR));
2966 *rLo = tLo;
3079 HReg tLo = newVRegI(env);
3087 tLo, PPCAMode_IR( 4, r_addr ),
3090 *rLo = tLo;
3099 HReg tLo = newVRegI(env);
3103 addInstr(env, PPCInstr_LI(tLo, (Long)(Int)wLo, False/*mode32*/));
3105 *rLo = tLo;
3120 HReg tLo = newVRegI(env);
3123 addInstr(env, PPCInstr_Load( 4, tLo, am_addr4, False/*mode32*/ ));
3125 *rLo = tLo;
3134 HReg tLo = newVRegI(env);
3137 addInstr(env, mk_iMOVds_RR(tLo,e0Lo));
3140 addInstr(env, PPCInstr_CMov(cc,tLo,PPCRI_Reg(eXLo)));
3142 *rLo = tLo;
3153 HReg tLo = newVRegI(env);
3160 tLo, r_srcL, r_srcR));
3165 *rLo = tLo;
3174 HReg tLo = newVRegI(env);
3181 addInstr(env, PPCInstr_Alu(op, tLo, xLo, PPCRH_Reg(yLo)));
3183 *rLo = tLo;
3190 HReg tLo = newVRegI(env);
3195 tLo, xLo, yLo));
3199 *rLo = tLo;
3211 HReg tLo = newVRegI(env);
3229 addInstr(env, PPCInstr_Load(4, tLo, four_r1, False/*mode32*/));
3235 *rLo = tLo;
3239 HReg tLo = newVRegI(env);
3254 addInstr(env, PPCInstr_Load(4, tLo, four_r1, False/*mode32*/));
3257 *rLo = tLo;
3264 HReg tLo = newVRegI(env);
3278 addInstr(env, PPCInstr_Load(4, tLo, four_r1, False/*mode32*/));
3281 *rLo = tLo;
3347 HReg tLo = newVRegI(env);
3358 addInstr(env, PPCInstr_Load(4, tLo, four_r1, False/*mode32*/));
3361 *rLo = tLo;
3368 HReg tLo = newVRegI(env);
3381 addInstr(env, PPCInstr_Load(4, tLo, four_r1, False/*mode32*/));
3384 *rLo = tLo;
3391 HReg tLo = iselWordExpr_R(env, e->Iex.Unop.arg);
3394 *rLo = tLo;
3433 HReg tLo = newVRegI(env);
3453 PPCInstr_Load( 4, tLo, am_offLO, False/*mode32*/ ));
3457 *rLo = tLo;
3463 HReg tLo = newVRegI(env);
3466 addInstr(env, PPCInstr_Set(cond,tLo));
3468 tLo, tLo, PPCRH_Imm(False,31)));
3470 tLo, tLo, PPCRH_Imm(False,31)));
3471 addInstr(env, mk_iMOVds_RR(tHi, tLo));
3473 *rLo = tLo;
3551 HReg tLo = newVRegI(env);
3579 addInstr( env, mk_iMOVds_RR( tLo, argregs[argreg] ) );
3582 *rLo = tLo;
3591 HReg tLo = newVRegI(env);
3619 addInstr(env, mk_iMOVds_RR(tLo, argregs[argreg]));
3622 *rLo = tLo;