Home | History | Annotate | Download | only in priv

Lines Matching defs:f64

2249          /* F64 -> I64 */
2250 /* Sigh, this is an almost exact copy of the F64 -> I32/I16
2867 union { UInt u32x2[2]; ULong u64; Double f64; } u;
2871 vassert(sizeof(u.f64) == 8);
2875 u.f64 = e->Iex.Const.con->Ico.F64;
3727 HReg f64 = iselDblExpr(env, stmt->Ist.Put.data);
3730 addInstr(env, X86Instr_FpLdSt( False/*store*/, 8, f64, am ));