HomeSort by relevance Sort by last modified time
    Searched refs:mk_RetLoc_simple (Results 1 - 8 of 8) sorted by null

  /external/valgrind/VEX/priv/
host_generic_regs.h 411 static inline RetLoc mk_RetLoc_simple ( RetLocPrimary pri ) {
host_amd64_isel.c 671 *retloc = mk_RetLoc_simple(RLPri_None);
674 *retloc = mk_RetLoc_simple(RLPri_Int);
    [all...]
host_mips_isel.c 620 *retloc = mk_RetLoc_simple(RLPri_None);
623 *retloc = mk_RetLoc_simple(mode64 ? RLPri_Int : RLPri_2Int);
626 *retloc = mk_RetLoc_simple(RLPri_Int);
    [all...]
host_ppc_isel.c     [all...]
host_x86_isel.c 661 *retloc = mk_RetLoc_simple(RLPri_None);
664 *retloc = mk_RetLoc_simple(RLPri_2Int);
667 *retloc = mk_RetLoc_simple(RLPri_Int);
    [all...]
host_arm64_isel.c 743 *retloc = mk_RetLoc_simple(RLPri_None);
746 *retloc = mk_RetLoc_simple(RLPri_Int);
    [all...]
host_s390_isel.c 623 *retloc = mk_RetLoc_simple(RLPri_None);
626 *retloc = mk_RetLoc_simple(RLPri_Int);
    [all...]
host_arm_isel.c 658 *retloc = mk_RetLoc_simple(RLPri_None);
661 *retloc = mk_RetLoc_simple(RLPri_2Int);
664 *retloc = mk_RetLoc_simple(RLPri_Int);
    [all...]

Completed in 864 milliseconds