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

  /external/valgrind/main/VEX/priv/
host_generic_regs.h 282 static inline RetLoc mk_RetLoc_simple ( RetLocPrimary pri ) {
host_amd64_isel.c 672 *retloc = mk_RetLoc_simple(RLPri_None);
675 *retloc = mk_RetLoc_simple(RLPri_Int);
    [all...]
host_mips_isel.c 619 *retloc = mk_RetLoc_simple(RLPri_None);
622 *retloc = mk_RetLoc_simple(mode64 ? RLPri_Int : RLPri_2Int);
625 *retloc = mk_RetLoc_simple(RLPri_Int);
    [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_ppc_isel.c     [all...]
host_arm64_isel.c 774 *retloc = mk_RetLoc_simple(RLPri_None);
777 *retloc = mk_RetLoc_simple(RLPri_Int);
    [all...]
host_s390_isel.c 611 *retloc = mk_RetLoc_simple(RLPri_None);
614 *retloc = mk_RetLoc_simple(RLPri_Int);
    [all...]
host_arm_isel.c 666 *retloc = mk_RetLoc_simple(RLPri_None);
669 *retloc = mk_RetLoc_simple(RLPri_2Int);
672 *retloc = mk_RetLoc_simple(RLPri_Int);
    [all...]

Completed in 323 milliseconds