Home | History | Annotate | Download | only in priv

Lines Matching refs:F64i

153    F64i constants are treated differently from other constants.
367 /* Lift F64i constants out onto temps so they can be CSEd
2541 /* 't = const' && 'const != F64i' -- don't add to BB
2543 F64i, so that F64i literals can be CSE'd later. This helps
3061 /* F64i-style const */
3063 ULong f64i;
3113 return toBool(a1->u.Cf64i.f64i == a2->u.Cf64i.f64i);
3166 return IRExpr_Const(IRConst_F64i(ae->u.Cf64i.f64i));
3302 ae->u.Cf64i.f64i = e->Iex.Const.con->Ico.F64i;