Home | History | Annotate | Download | only in priv

Lines Matching refs:fr_dst

525    HReg fr_dst = newVRegF(env);
541 addInstr(env, PPCInstr_FpLdSt(True/*load*/, 8, fr_dst, am_addr0));
544 return fr_dst;
550 HReg fr_dst = newVRegF(env);
563 addInstr(env, PPCInstr_FpLdSt(True/*load*/, 8, fr_dst, am_addr0));
566 return fr_dst;
3642 HReg fr_dst = newVRegF(env);
3645 addInstr(env, PPCInstr_FpUnary(fpop, fr_dst, fr_src));
3646 return fr_dst;
3732 HReg fr_dst = newVRegF(env);
3734 addInstr(env, PPCInstr_FpUnary(fpop, fr_dst, fr_src));
3735 return fr_dst;
3760 HReg fr_dst = newVRegF(env);
3771 addInstr(env, PPCInstr_FpLdSt(True/*load*/, 4, fr_dst, am_addr));
3774 return fr_dst;
3795 HReg fr_dst = newVRegF(env);
3799 addInstr(env, PPCInstr_FpUnary( Pfp_MOV, fr_dst, frX ));
3802 addInstr(env, PPCInstr_FpCMov( cc, fr_dst, fr0 ));
3803 return fr_dst;
3850 HReg fr_dst = newVRegF(env);
3868 addInstr(env, PPCInstr_Dfp64Unary(Pfp_DXEX, fr_dst, fr_src));
3869 return fr_dst;
3877 addInstr(env, PPCInstr_ExtractExpD128(Pfp_DXEXQ, fr_dst,
3879 return fr_dst;
3883 addInstr(env, PPCInstr_Dfp64Unary(Pfp_DCTDP, fr_dst, fr_src));
3884 return fr_dst;
3896 addInstr(env, PPCInstr_Dfp64Binary(Pfp_DIEX, fr_dst, fr_srcL,
3898 return fr_dst;
3911 HReg fr_dst = newVRegF(env);
3917 addInstr(env, PPCInstr_DfpD128toD64(fpop, fr_dst, r_srcHi, r_srcLo));
3918 return fr_dst;
3922 HReg fr_dst = newVRegF(env);
3928 addInstr(env, PPCInstr_DfpD128toD64(fpop, fr_dst, r_srcHi, r_srcLo));
3929 return fr_dst;
3937 HReg fr_dst = newVRegF(env);
3942 addInstr(env, PPCInstr_DfpRound(fr_dst, fr_src, r_rmc));
3943 return fr_dst;
3949 HReg fr_dst = newVRegF(env);
3960 addInstr(env, PPCInstr_Dfp64Unary(fpop, fr_dst, fr_src));
3961 return fr_dst;
3974 addInstr(env, PPCInstr_DfpShift(fpop, fr_dst, fr_src, shift));
3975 return fr_dst;
3987 addInstr(env, PPCInstr_Dfp64Binary(fpop, fr_dst, fr_srcL, fr_srcR));
3988 return fr_dst;
4105 HReg fr_dst = newVRegF(env);
4109 addInstr(env, PPCInstr_DfpD128toD64(fpop, fr_dst, r_srcHi, r_srcLo));
4114 *rHi = fr_dst;
4115 *rLo = fr_dst;
4873 HReg fr_dst = lookupIRTemp(env, tmp);
4875 addInstr(env, PPCInstr_FpUnary(Pfp_MOV, fr_dst, fr_src));
4879 HReg fr_dst = lookupIRTemp(env, tmp);
4881 addInstr(env, PPCInstr_FpUnary(Pfp_MOV, fr_dst, fr_src));
4891 HReg fr_dst = lookupIRTemp( env, tmp );
4893 addInstr( env, PPCInstr_Dfp64Unary( Pfp_MOV, fr_dst, fr_src ) );