Searched defs:archinfo_host (Results 1 - 20 of 20) 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.c595 const VexArchInfo* archinfo_host,
591 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_arm_isel.c6520 const VexArchInfo* archinfo_host,
6531 UInt hwcaps_host = archinfo_host->hwcaps;
6538 vassert(archinfo_host->endness == VexEndnessLE);
6518 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.c4166 const VexArchInfo* archinfo_host,
4177 UInt hwcaps_host = archinfo_host->hwcaps;
4190 vassert(archinfo_host->endness == VexEndnessLE
4191 || archinfo_host->endness == VexEndnessBE);
4164 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.c4090 Note: archinfo_host is a pointer to a stack-allocated variable.
4094 iselSB_S390(const IRSB *bb, VexArch arch_host, const VexArchInfo *archinfo_host, argument
4102 UInt hwcaps_host = archinfo_host->hwcaps;
4108 vassert(archinfo_host->endness == VexEndnessBE);
H A Dhost_amd64_isel.c4925 const VexArchInfo* archinfo_host,
4936 UInt hwcaps_host = archinfo_host->hwcaps;
4951 vassert(archinfo_host->endness == VexEndnessLE);
4923 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_arm64_isel.c4106 const VexArchInfo* archinfo_host,
4117 UInt hwcaps_host = archinfo_host->hwcaps;
4124 vassert(archinfo_host->endness == VexEndnessLE);
4104 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_x86_isel.c4424 const VexArchInfo* archinfo_host,
4435 UInt hwcaps_host = archinfo_host->hwcaps;
4448 vassert(archinfo_host->endness == VexEndnessLE);
4422 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.c6820 const VexArchInfo* archinfo_host,
6832 UInt hwcaps_host = archinfo_host->hwcaps;
6859 vassert((archinfo_host->endness == VexEndnessBE) ||
6860 (archinfo_host->endness == VexEndnessLE));
6862 if (archinfo_host->endness == VexEndnessBE)
6818 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.h659 VexArchInfo archinfo_host; member in struct:__anon28731
/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.c870 VexArchInfo archinfo_host; local
871 VG_(bzero_inline)(&archinfo_host, sizeof(archinfo_host));
872 VG_(machine_get_VexArchInfo)( &arch_host, &archinfo_host );
873 VexEndness endness_host = archinfo_host.endness;
1611 VexArchInfo archinfo_host; local
1612 VG_(bzero_inline)(&archinfo_host, sizeof(archinfo_host));
1613 VG_(machine_get_VexArchInfo)( &arch_host, &archinfo_host );
1614 VexEndness endness_host = archinfo_host
1822 VexArchInfo archinfo_host; local
2133 VexArchInfo archinfo_host; local
[all...]
/external/valgrind/massif/
H A Dms_main.c1724 const VexArchInfo* archinfo_host,
1720 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.c4616 const VexArchInfo* archinfo_host,
4612 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.c6350 const VexArchInfo* archinfo_host,
6346 instrument( VgCallbackClosure* closure, IRSB* sb_in, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument

Completed in 682 milliseconds