Home | History | Annotate | Download | only in priv

Lines Matching refs:RetLoc

422    call is unconditional.  |retloc| is set to indicate where the
429 /*OUT*/RetLoc* retloc,
442 *retloc = mk_RetLoc_INVALID();
667 vassert(is_RetLoc_INVALID(*retloc));
671 *retloc = mk_RetLoc_simple(RLPri_None);
674 *retloc = mk_RetLoc_simple(RLPri_Int);
677 *retloc = mk_RetLoc_spRel(RLPri_V128SpRel, 0);
681 *retloc = mk_RetLoc_spRel(RLPri_V256SpRel, 0);
690 /* Finally, generate the call itself. This needs the *retloc value
693 AMD64Instr_Call(cc, (Addr)cee->addr, n_args, *retloc));
1828 RetLoc rloc = mk_RetLoc_INVALID();
2379 RetLoc rloc = mk_RetLoc_INVALID();
4609 RetLoc rloc = mk_RetLoc_INVALID();