Home | History | Annotate | Download | only in priv

Lines Matching refs:RetLoc

388    call is unconditional.  |retloc| is set to indicate where the
394 /*OUT*/RetLoc* retloc,
409 *retloc = mk_RetLoc_INVALID();
615 vassert(is_RetLoc_INVALID(*retloc));
619 *retloc = mk_RetLoc_simple(RLPri_None);
622 *retloc = mk_RetLoc_simple(mode64 ? RLPri_Int : RLPri_2Int);
625 *retloc = mk_RetLoc_simple(RLPri_Int);
629 *retloc = mk_RetLoc_spRel(RLPri_V128SpRel, 0);
634 *retloc = mk_RetLoc_spRel(RLPri_V256SpRel, 0);
646 /* Finally, generate the call itself. This needs the *retloc value
650 *retloc));
652 addInstr(env, MIPSInstr_Call(cc, (Addr64)target, argiregs, src, *retloc));
1332 /* What's the retloc? */
1333 RetLoc rloc = mk_RetLoc_INVALID();
1744 RetLoc rloc = mk_RetLoc_INVALID();
1839 the RetLoc if more return types are allowed in future. */
1845 RetLoc rloc = mk_RetLoc_INVALID();
3823 RetLoc rloc = mk_RetLoc_INVALID();