Home | History | Annotate | Download | only in priv

Lines Matching refs:RetLoc

389    call is unconditional.  |retloc| is set to indicate where the
395 /*OUT*/RetLoc* retloc,
410 *retloc = mk_RetLoc_INVALID();
616 vassert(is_RetLoc_INVALID(*retloc));
620 *retloc = mk_RetLoc_simple(RLPri_None);
623 *retloc = mk_RetLoc_simple(mode64 ? RLPri_Int : RLPri_2Int);
626 *retloc = mk_RetLoc_simple(RLPri_Int);
630 *retloc = mk_RetLoc_spRel(RLPri_V128SpRel, 0);
635 *retloc = mk_RetLoc_spRel(RLPri_V256SpRel, 0);
647 /* Finally, generate the call itself. This needs the *retloc value
651 *retloc));
653 addInstr(env, MIPSInstr_Call(cc, target, argiregs, src, *retloc));
1337 /* What's the retloc? */
1338 RetLoc rloc = mk_RetLoc_INVALID();
1749 RetLoc rloc = mk_RetLoc_INVALID();
1844 the RetLoc if more return types are allowed in future. */
1850 RetLoc rloc = mk_RetLoc_INVALID();
3832 RetLoc rloc = mk_RetLoc_INVALID();