Home | History | Annotate | Download | only in priv

Lines Matching refs:retty

511                     IRCallee* cee, IRType retTy, IRExpr** args )
607 vassert(retTy == Ity_V128 || retTy == Ity_V256);
608 vassert(retTy != Ity_V256); // we don't handle that yet (if ever)
614 vassert(retTy != Ity_V128 && retTy != Ity_V256);
657 if (retTy == Ity_V128 || retTy == Ity_V256)
768 vassert(nVECRETs == (retTy == Ity_V128 || retTy == Ity_V256) ? 1 : 0);
771 switch (retTy) {
2310 vassert(ty == e->Iex.CCall.retty);
2315 if (e->Iex.CCall.retty != Ity_I64)
2322 e->Iex.CCall.cee, e->Iex.CCall.retty,
6661 IRType retty = Ity_INVALID;
6663 retty = typeOfIRTemp(env->type_env, d->tmp);
6666 switch (retty) {
6682 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args );
6686 switch (retty) {