Home
last modified time | relevance | path

Searched refs:archinfo_host (Results 1 – 25 of 27) sorted by relevance

12

/external/valgrind/none/tests/
Dlibvex_test.c213 LibVEX_default_VexArchInfo(&vta.archinfo_host); in main()
229 vta.archinfo_host.endness = guest_endness; in main()
230 vta.archinfo_host.hwcaps = arch_hwcaps (vta.arch_host); in main()
268 vta.archinfo_host.endness = arch_endness (vta.arch_host); in main()
269 vta.archinfo_host.hwcaps = arch_hwcaps (vta.arch_host); in main()
/external/valgrind/VEX/priv/
Dmain_main.c356 s390_host_hwcaps = vta->archinfo_host.hwcaps; in LibVEX_FrontEnd()
541 vassert(vta->archinfo_guest.hwcaps == vta->archinfo_host.hwcaps); in LibVEX_FrontEnd()
543 vassert(vta->archinfo_guest.endness == vta->archinfo_host.endness); in LibVEX_FrontEnd()
567 vta->archinfo_host.endness, in LibVEX_FrontEnd()
651 &vta->archinfo_host, in LibVEX_FrontEnd()
659 &vta->archinfo_host, in LibVEX_FrontEnd()
867 vassert(vta->archinfo_host.endness == VexEndnessLE); in libvex_BackEnd()
884 vassert(vta->archinfo_host.endness == VexEndnessLE); in libvex_BackEnd()
900 vassert(vta->archinfo_host.endness == VexEndnessBE); in libvex_BackEnd()
916 vassert(vta->archinfo_host.endness == VexEndnessBE || in libvex_BackEnd()
[all …]
Dhost_mips_isel.c4166 const VexArchInfo* archinfo_host, in iselSB_MIPS() argument
4177 UInt hwcaps_host = archinfo_host->hwcaps; in iselSB_MIPS()
4190 vassert(archinfo_host->endness == VexEndnessLE in iselSB_MIPS()
4191 || archinfo_host->endness == VexEndnessBE); in iselSB_MIPS()
Dhost_s390_isel.c4094 iselSB_S390(const IRSB *bb, VexArch arch_host, const VexArchInfo *archinfo_host, in iselSB_S390() argument
4102 UInt hwcaps_host = archinfo_host->hwcaps; in iselSB_S390()
4108 vassert(archinfo_host->endness == VexEndnessBE); in iselSB_S390()
Dhost_arm64_isel.c4106 const VexArchInfo* archinfo_host, in iselSB_ARM64() argument
4117 UInt hwcaps_host = archinfo_host->hwcaps; in iselSB_ARM64()
4124 vassert(archinfo_host->endness == VexEndnessLE); in iselSB_ARM64()
Dhost_ppc_isel.c6820 const VexArchInfo* archinfo_host, in iselSB_PPC() argument
6832 UInt hwcaps_host = archinfo_host->hwcaps; in iselSB_PPC()
6859 vassert((archinfo_host->endness == VexEndnessBE) || in iselSB_PPC()
6860 (archinfo_host->endness == VexEndnessLE)); in iselSB_PPC()
6862 if (archinfo_host->endness == VexEndnessBE) in iselSB_PPC()
Dhost_x86_isel.c4424 const VexArchInfo* archinfo_host, in iselSB_X86() argument
4435 UInt hwcaps_host = archinfo_host->hwcaps; in iselSB_X86()
4448 vassert(archinfo_host->endness == VexEndnessLE); in iselSB_X86()
Dhost_amd64_isel.c4925 const VexArchInfo* archinfo_host, in iselSB_AMD64() argument
4936 UInt hwcaps_host = archinfo_host->hwcaps; in iselSB_AMD64()
4951 vassert(archinfo_host->endness == VexEndnessLE); in iselSB_AMD64()
Dhost_arm_isel.c6520 const VexArchInfo* archinfo_host, in iselSB_ARM() argument
6531 UInt hwcaps_host = archinfo_host->hwcaps; in iselSB_ARM()
6538 vassert(archinfo_host->endness == VexEndnessLE); in iselSB_ARM()
/external/valgrind/coregrind/
Dm_transtab.c870 VexArchInfo archinfo_host; in VG_() local
871 VG_(bzero_inline)(&archinfo_host, sizeof(archinfo_host)); in VG_()
872 VG_(machine_get_VexArchInfo)( &arch_host, &archinfo_host ); in VG_()
873 VexEndness endness_host = archinfo_host.endness; in VG_()
1611 VexArchInfo archinfo_host; in initialiseSector() local
1612 VG_(bzero_inline)(&archinfo_host, sizeof(archinfo_host)); in initialiseSector()
1613 VG_(machine_get_VexArchInfo)( &arch_host, &archinfo_host ); in initialiseSector()
1614 VexEndness endness_host = archinfo_host.endness; in initialiseSector()
1822 VexArchInfo archinfo_host; in VG_() local
1823 VG_(bzero_inline)(&archinfo_host, sizeof(archinfo_host)); in VG_()
[all …]
Dm_translate.c1725 vta.archinfo_host = vex_archinfo; in VG_()
/external/valgrind/none/
Dnl_main.c43 const VexArchInfo* archinfo_host, in nl_instrument() argument
/external/valgrind/drd/
Ddrd_load_store.h46 const VexArchInfo* const archinfo_host,
Ddrd_load_store.c595 const VexArchInfo* archinfo_host, in DRD_()
/external/valgrind/exp-sgcheck/
Dh_main.h75 const VexArchInfo* archinfo_host,
Dh_main.c612 const VexArchInfo* archinfo_host, in h_instrument() argument
/external/valgrind/VEX/pub/
Dlibvex.h659 VexArchInfo archinfo_host; member
/external/valgrind/exp-bbv/
Dbbv_main.c338 const VexArchInfo* archinfo_host, in bbv_instrument() argument
/external/valgrind/include/
Dpub_tool_tooliface.h223 const VexArchInfo* archinfo_host,
/external/valgrind/memcheck/
Dmc_include.h804 const VexArchInfo* archinfo_host,
/external/valgrind/lackey/
Dlk_main.c657 const VexArchInfo* archinfo_host, in lk_instrument() argument
/external/valgrind/exp-dhat/
Ddh_main.c876 const VexArchInfo* archinfo_host, in dh_instrument() argument
/external/valgrind/massif/
Dms_main.c1724 const VexArchInfo* archinfo_host, in ms_instrument() argument
/external/valgrind/cachegrind/
Dcg_main.c1045 const VexArchInfo* archinfo_host, in cg_instrument() argument
/external/valgrind/callgrind/
Dmain.c957 const VexArchInfo* archinfo_host, in CLG_()

12