Home | History | Annotate | Download | only in priv

Lines Matching refs:v_dst

4737       HReg v_dst = newVRegV(env);
4740 addInstr(env, PPCInstr_AvLdSt( True/*load*/, 16, v_dst, am_addr));
4741 return v_dst;
5506 HReg v_dst = lookupIRTemp(env, tmp);
5508 addInstr(env, PPCInstr_AvUnary(Pav_MOV, v_dst, v_src));