Lines Matching refs:fdst
3834 HReg fdst = newVRegF(env); in iselFltExpr_wrk() local
3843 fdst, zero_r1 )); in iselFltExpr_wrk()
3845 return fdst; in iselFltExpr_wrk()
3850 HReg fdst = newVRegF(env); in iselFltExpr_wrk() local
3861 addInstr(env, PPCInstr_FpLdSt(True/*load*/, 8, fdst, zero_r1)); in iselFltExpr_wrk()
3864 fdst, fdst)); in iselFltExpr_wrk()
3870 return fdst; in iselFltExpr_wrk()
3873 HReg fdst = newVRegF(env); in iselFltExpr_wrk() local
3888 addInstr(env, PPCInstr_FpLdSt(True/*load*/, 8, fdst, zero_r1)); in iselFltExpr_wrk()
3891 fdst, fdst)); in iselFltExpr_wrk()
3897 return fdst; in iselFltExpr_wrk()
4085 HReg fdst = newVRegF(env); in iselDblExpr_wrk() local
4096 addInstr(env, PPCInstr_FpLdSt(True/*load*/, 8, fdst, zero_r1)); in iselDblExpr_wrk()
4100 fdst, fdst)); in iselDblExpr_wrk()
4106 return fdst; in iselDblExpr_wrk()
4109 HReg fdst = newVRegF(env); in iselDblExpr_wrk() local
4125 addInstr(env, PPCInstr_FpLdSt(True/*load*/, 8, fdst, zero_r1)); in iselDblExpr_wrk()
4129 fdst, fdst)); in iselDblExpr_wrk()
4135 return fdst; in iselDblExpr_wrk()