Lines Matching refs:idst
1586 HReg idst = newVRegI(env);
1598 addInstr(env, PPCInstr_Load(4, idst, zero_r1, mode64));
1600 /* in 64-bit mode we need to sign-widen idst. */
1602 addInstr(env, PPCInstr_Unary(Pun_EXTSW, idst, idst));
1608 return idst;
1616 HReg idst = newVRegI(env);
1628 addInstr(env, PPCInstr_Load(8, idst, zero_r1, True/*mode64*/));
1633 return idst;