Home | History | Annotate | Download | only in priv

Lines Matching refs:Ico_U64

2425          case Ico_U64: if (!mode64) goto irreducible;
2552 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U64
2648 case Ico_U64: vassert(env->mode64);
2706 case Ico_U64: vassert(env->mode64);
3201 vassert(e->Iex.Const.con->tag == Ico_U64);
5947 if (mode64 && dst->tag != Ico_U64)
6038 vassert(cdst->tag == (env->mode64 ? Ico_U64 :Ico_U32));