Home | History | Annotate | Download | only in priv

Lines Matching refs:fr_dst

339    HReg fr_dst = newVRegD(env);
354 addInstr(env, MIPSInstr_FpLdSt(True /*load */ , 8, fr_dst, am_addr0));
357 return fr_dst;
2861 HReg fr_dst = lookupIRTemp(env, tmp);
2863 addInstr(env, MIPSInstr_FpUnary(Mfp_MOVS, fr_dst, fr_src));