Home | History | Annotate | Download | only in priv

Lines Matching refs:retty

480                     IRCallee* cee, IRType retTy, IRExpr** args )
576 vassert(retTy == Ity_V128 || retTy == Ity_V256);
577 vassert(retTy != Ity_V256); // we don't handle that yet (if ever)
583 vassert(retTy != Ity_V128 && retTy != Ity_V256);
626 if (retTy == Ity_V128 || retTy == Ity_V256)
737 vassert(nVECRETs == (retTy == Ity_V128 || retTy == Ity_V256) ? 1 : 0);
740 switch (retTy) {
1993 vassert(ty == e->Iex.CCall.retty);
1998 if (e->Iex.CCall.retty != Ity_I64)
2005 e->Iex.CCall.cee, e->Iex.CCall.retty,
3704 IRType retty = Ity_INVALID;
3706 retty = typeOfIRTemp(env->type_env, d->tmp);
3709 switch (retty) {
3725 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args );
3729 switch (retty) {