/external/valgrind/none/tests/ |
D | libvex_test.c | 213 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/ |
D | main_main.c | 356 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 …]
|
D | host_mips_isel.c | 4166 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()
|
D | host_s390_isel.c | 4094 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()
|
D | host_arm64_isel.c | 4106 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()
|
D | host_ppc_isel.c | 6820 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()
|
D | host_x86_isel.c | 4424 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()
|
D | host_amd64_isel.c | 4925 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()
|
D | host_arm_isel.c | 6520 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/ |
D | m_transtab.c | 870 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 …]
|
D | m_translate.c | 1725 vta.archinfo_host = vex_archinfo; in VG_()
|
/external/valgrind/none/ |
D | nl_main.c | 43 const VexArchInfo* archinfo_host, in nl_instrument() argument
|
/external/valgrind/drd/ |
D | drd_load_store.h | 46 const VexArchInfo* const archinfo_host,
|
D | drd_load_store.c | 595 const VexArchInfo* archinfo_host, in DRD_()
|
/external/valgrind/exp-sgcheck/ |
D | h_main.h | 75 const VexArchInfo* archinfo_host,
|
D | h_main.c | 612 const VexArchInfo* archinfo_host, in h_instrument() argument
|
/external/valgrind/VEX/pub/ |
D | libvex.h | 659 VexArchInfo archinfo_host; member
|
/external/valgrind/exp-bbv/ |
D | bbv_main.c | 338 const VexArchInfo* archinfo_host, in bbv_instrument() argument
|
/external/valgrind/include/ |
D | pub_tool_tooliface.h | 223 const VexArchInfo* archinfo_host,
|
/external/valgrind/memcheck/ |
D | mc_include.h | 804 const VexArchInfo* archinfo_host,
|
/external/valgrind/lackey/ |
D | lk_main.c | 657 const VexArchInfo* archinfo_host, in lk_instrument() argument
|
/external/valgrind/exp-dhat/ |
D | dh_main.c | 876 const VexArchInfo* archinfo_host, in dh_instrument() argument
|
/external/valgrind/massif/ |
D | ms_main.c | 1724 const VexArchInfo* archinfo_host, in ms_instrument() argument
|
/external/valgrind/cachegrind/ |
D | cg_main.c | 1045 const VexArchInfo* archinfo_host, in cg_instrument() argument
|
/external/valgrind/callgrind/ |
D | main.c | 957 const VexArchInfo* archinfo_host, in CLG_()
|