Home | History | Annotate | Download | only in priv

Lines Matching refs:F64

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