Searched defs:archinfo_host (Results 1 - 21 of 21) sorted by relevance

/external/valgrind/none/
H A Dnl_main.c43 const VexArchInfo* archinfo_host,
39 nl_instrument( VgCallbackClosure* closure, IRSB* bb, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument
/external/valgrind/drd/
H A Ddrd_load_store.c597 const VexArchInfo* archinfo_host,
593 instrument(VgCallbackClosure* const closure, IRSB* const bb_in, const VexGuestLayout* const layout, const VexGuestExtents* const vge, const VexArchInfo* archinfo_host, IRType const gWordTy, IRType const hWordTy) argument
/external/valgrind/exp-bbv/
H A Dbbv_main.c338 const VexArchInfo* archinfo_host,
335 bbv_instrument( VgCallbackClosure* closure, IRSB* sbIn, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument
/external/valgrind/exp-sgcheck/
H A Dh_main.c612 const VexArchInfo* archinfo_host,
608 h_instrument( VgCallbackClosure* closure, IRSB* sbIn, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument
/external/valgrind/lackey/
H A Dlk_main.c657 const VexArchInfo* archinfo_host,
653 lk_instrument( VgCallbackClosure* closure, IRSB* sbIn, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument
/external/valgrind/VEX/priv/
H A Dhost_tilegx_isel.c1772 const VexArchInfo* archinfo_host,
1783 UInt hwcaps_host = archinfo_host->hwcaps;
1770 iselSB_TILEGX( const IRSB* bb, VexArch arch_host, const VexArchInfo* archinfo_host, const VexAbiInfo* vbi, Int offs_Host_EvC_Counter, Int offs_Host_EvC_FailAddr, Bool chainingAllowed, Bool addProfInc, Addr max_ga ) argument
H A Dhost_arm64_isel.c4005 const VexArchInfo* archinfo_host,
4016 UInt hwcaps_host = archinfo_host->hwcaps;
4023 vassert(archinfo_host->endness == VexEndnessLE);
4003 iselSB_ARM64( const IRSB* bb, VexArch arch_host, const VexArchInfo* archinfo_host, const VexAbiInfo* vbi , Int offs_Host_EvC_Counter, Int offs_Host_EvC_FailAddr, Bool chainingAllowed, Bool addProfInc, Addr max_ga ) argument
H A Dhost_arm_isel.c6333 const VexArchInfo* archinfo_host,
6344 UInt hwcaps_host = archinfo_host->hwcaps;
6351 vassert(archinfo_host->endness == VexEndnessLE);
6331 iselSB_ARM( const IRSB* bb, VexArch arch_host, const VexArchInfo* archinfo_host, const VexAbiInfo* vbi , Int offs_Host_EvC_Counter, Int offs_Host_EvC_FailAddr, Bool chainingAllowed, Bool addProfInc, Addr max_ga ) argument
H A Dhost_mips_isel.c4158 const VexArchInfo* archinfo_host,
4169 UInt hwcaps_host = archinfo_host->hwcaps;
4179 vassert(archinfo_host->endness == VexEndnessLE
4180 || archinfo_host->endness == VexEndnessBE);
4156 iselSB_MIPS( const IRSB* bb, VexArch arch_host, const VexArchInfo* archinfo_host, const VexAbiInfo* vbi, Int offs_Host_EvC_Counter, Int offs_Host_EvC_FailAddr, Bool chainingAllowed, Bool addProfInc, Addr max_ga ) argument
H A Dhost_s390_isel.c4052 Note: archinfo_host is a pointer to a stack-allocated variable.
4056 iselSB_S390(const IRSB *bb, VexArch arch_host, const VexArchInfo *archinfo_host, argument
4064 UInt hwcaps_host = archinfo_host->hwcaps;
4070 vassert(archinfo_host->endness == VexEndnessBE);
H A Dhost_amd64_isel.c4900 const VexArchInfo* archinfo_host,
4911 UInt hwcaps_host = archinfo_host->hwcaps;
4926 vassert(archinfo_host->endness == VexEndnessLE);
4898 iselSB_AMD64( const IRSB* bb, VexArch arch_host, const VexArchInfo* archinfo_host, const VexAbiInfo* vbi , Int offs_Host_EvC_Counter, Int offs_Host_EvC_FailAddr, Bool chainingAllowed, Bool addProfInc, Addr max_ga ) argument
H A Dhost_x86_isel.c4418 const VexArchInfo* archinfo_host,
4429 UInt hwcaps_host = archinfo_host->hwcaps;
4442 vassert(archinfo_host->endness == VexEndnessLE);
4416 iselSB_X86( const IRSB* bb, VexArch arch_host, const VexArchInfo* archinfo_host, const VexAbiInfo* vbi , Int offs_Host_EvC_Counter, Int offs_Host_EvC_FailAddr, Bool chainingAllowed, Bool addProfInc, Addr max_ga ) argument
H A Dhost_ppc_isel.c6120 const VexArchInfo* archinfo_host,
6132 UInt hwcaps_host = archinfo_host->hwcaps;
6158 vassert((archinfo_host->endness == VexEndnessBE) ||
6159 (archinfo_host->endness == VexEndnessLE));
6161 if (archinfo_host->endness == VexEndnessBE)
6118 iselSB_PPC( const IRSB* bb, VexArch arch_host, const VexArchInfo* archinfo_host, const VexAbiInfo* vbi, Int offs_Host_EvC_Counter, Int offs_Host_EvC_FailAddr, Bool chainingAllowed, Bool addProfInc, Addr max_ga) argument
/external/valgrind/VEX/pub/
H A Dlibvex.h619 VexArchInfo archinfo_host; member in struct:__anon15713
/external/valgrind/cachegrind/
H A Dcg_main.c1045 const VexArchInfo* archinfo_host,
1041 cg_instrument( VgCallbackClosure* closure, IRSB* sbIn, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument
/external/valgrind/callgrind/
H A Dmain.c957 const VexArchInfo* archinfo_host,
953 instrument( VgCallbackClosure* closure, IRSB* sbIn, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument
/external/valgrind/exp-dhat/
H A Ddh_main.c876 const VexArchInfo* archinfo_host,
872 dh_instrument( VgCallbackClosure* closure, IRSB* sbIn, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument
/external/valgrind/coregrind/
H A Dm_transtab.c794 VexArchInfo archinfo_host; local
795 VG_(bzero_inline)(&archinfo_host, sizeof(archinfo_host));
796 VG_(machine_get_VexArchInfo)( &arch_host, &archinfo_host );
797 VexEndness endness_host = archinfo_host.endness;
1514 VexArchInfo archinfo_host; local
1515 VG_(bzero_inline)(&archinfo_host, sizeof(archinfo_host));
1516 VG_(machine_get_VexArchInfo)( &arch_host, &archinfo_host );
1517 VexEndness endness_host = archinfo_host
1723 VexArchInfo archinfo_host; local
2031 VexArchInfo archinfo_host; local
[all...]
/external/valgrind/massif/
H A Dms_main.c2084 const VexArchInfo* archinfo_host,
2080 ms_instrument( VgCallbackClosure* closure, IRSB* sbIn, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument
/external/valgrind/helgrind/
H A Dhg_main.c4499 const VexArchInfo* archinfo_host,
4495 hg_instrument( VgCallbackClosure* closure, IRSB* bbIn, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument
/external/valgrind/memcheck/
H A Dmc_translate.c6250 const VexArchInfo* archinfo_host,
6246 instrument( VgCallbackClosure* closure, IRSB* sb_in, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument

Completed in 440 milliseconds