Home | History | Annotate | Download | only in priv

Lines Matching refs:F64

2651 //..          /* F64 -> I64 */
2652 //.. /* Sigh, this is an almost exact copy of the F64 -> I32/I16
2940 union { ULong u64; Double f64; } u;
2945 vassert(sizeof(u.f64) == 8);
2948 u.f64 = e->Iex.Const.con->Ico.F64;
3198 HReg f64 = newVRegV(env);
3202 addInstr(env, AMD64Instr_SseSDSS(False/*S->D*/, f32, f64));
3203 return f64;
3895 HReg f64 = iselDblExpr(env, stmt->Ist.Put.data);
3898 addInstr(env, AMD64Instr_SseLdSt( False/*store*/, 8, f64, am ));