Home | History | Annotate | Download | only in priv

Lines Matching refs:passBBP

435                     Bool passBBP, 
446 If passBBP is True, %rbp (the baseblock pointer) is to be passed
498 if (6 < n_args + (passBBP ? 1 : 0))
537 if (passBBP) {
573 if (passBBP) {
616 n_args + (passBBP ? 1 : 0)
4004 Bool passBBP = False;
4009 passBBP = toBool(d->nFxState > 0 && d->needsBBP);
4012 doHelperCall( env, passBBP, d->guard, d->cee, d->args );