Searched refs:Ico_F64i (Results 1 – 10 of 10) sorted by relevance
88 case Ico_F64i: vex_printf( "F64i{0x%llx}", con->Ico.F64i); break; in ppIRConst()1736 c->tag = Ico_F64i; in IRConst_F64i()2257 case Ico_F64i: return IRConst_F64i(c->Ico.F64i); in deepCopyIRConst()3519 case Ico_F64i: return Ity_F64; in typeOfIRConst()4617 case Ico_F64i: return toBool( c1->Ico.F64i == c2->Ico.F64i ); in eqIRConst()
376 if (ex->Iex.Const.con->tag == Ico_F64i) { in flatten_Expr()2440 && rhs->Iex.Const.con->tag != Ico_F64i) in subst_Expr()2821 && st2->Ist.WrTmp.data->Iex.Const.con->tag != Ico_F64i) { in cprop_BB()3768 if (e->Iex.Const.con->tag == Ico_F64i) { in irExpr_to_AvailExpr()
2329 case Ico_F64i: value = con->Ico.F64i; break; in s390_isel_float_expr_wrk()
3005 if (con->tag == Ico_F64i) { in iselDblExpr_wrk()
3024 else if (e->Iex.Const.con->tag == Ico_F64i) { in iselDblExpr_wrk()
2773 else if (e->Iex.Const.con->tag == Ico_F64i) { in iselDblExpr_wrk()
3969 else if (e->Iex.Const.con->tag == Ico_F64i) { in iselDblExpr_wrk()
5401 if (con->tag == Ico_F64i && con->Ico.F64i == 0ULL) { in iselDblExpr_wrk()
278 Ico_F64i, /* 64-bit unsigned int to be interpreted literally enumerator
6125 case Ico_F64i: return False; in isBogusAtom()