Home
last modified time | relevance | path

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

12

/external/valgrind/none/tests/
Dlibvex_test.c218 LibVEX_default_VexArchInfo(&vta.archinfo_host); in main()
230 vta.archinfo_host.endness = guest_endness; in main()
231 vta.archinfo_host.hwcaps = arch_hwcaps (vta.arch_host); in main()
269 vta.archinfo_host.endness = arch_endness (vta.arch_host); in main()
270 vta.archinfo_host.hwcaps = arch_hwcaps (vta.arch_host); in main()
/external/valgrind/VEX/priv/
Dmain_main.c424 vassert(vta->archinfo_host.endness == VexEndnessLE); in LibVEX_Translate()
441 vassert(vta->archinfo_host.endness == VexEndnessLE); in LibVEX_Translate()
458 vassert(vta->archinfo_host.endness == VexEndnessBE); in LibVEX_Translate()
475 vassert(vta->archinfo_host.endness == VexEndnessBE || in LibVEX_Translate()
476 vta->archinfo_host.endness == VexEndnessLE ); in LibVEX_Translate()
482 s390_host_hwcaps = vta->archinfo_host.hwcaps; in LibVEX_Translate()
496 vassert(vta->archinfo_host.endness == VexEndnessBE); in LibVEX_Translate()
513 vassert(vta->archinfo_host.endness == VexEndnessLE); in LibVEX_Translate()
530 vassert(vta->archinfo_host.endness == VexEndnessLE); in LibVEX_Translate()
547 vassert(vta->archinfo_host.endness == VexEndnessLE in LibVEX_Translate()
[all …]
Dhost_tilegx_isel.c1772 const VexArchInfo* archinfo_host, in iselSB_TILEGX() argument
1783 UInt hwcaps_host = archinfo_host->hwcaps; in iselSB_TILEGX()
Dhost_mips_isel.c4158 const VexArchInfo* archinfo_host, in iselSB_MIPS() argument
4169 UInt hwcaps_host = archinfo_host->hwcaps; in iselSB_MIPS()
4179 vassert(archinfo_host->endness == VexEndnessLE in iselSB_MIPS()
4180 || archinfo_host->endness == VexEndnessBE); in iselSB_MIPS()
Dhost_s390_isel.c4056 iselSB_S390(const IRSB *bb, VexArch arch_host, const VexArchInfo *archinfo_host, in iselSB_S390() argument
4064 UInt hwcaps_host = archinfo_host->hwcaps; in iselSB_S390()
4070 vassert(archinfo_host->endness == VexEndnessBE); in iselSB_S390()
Dhost_ppc_isel.c6120 const VexArchInfo* archinfo_host, in iselSB_PPC() argument
6132 UInt hwcaps_host = archinfo_host->hwcaps; in iselSB_PPC()
6158 vassert((archinfo_host->endness == VexEndnessBE) || in iselSB_PPC()
6159 (archinfo_host->endness == VexEndnessLE)); in iselSB_PPC()
6161 if (archinfo_host->endness == VexEndnessBE) in iselSB_PPC()
Dhost_arm64_isel.c4005 const VexArchInfo* archinfo_host, in iselSB_ARM64() argument
4016 UInt hwcaps_host = archinfo_host->hwcaps; in iselSB_ARM64()
4023 vassert(archinfo_host->endness == VexEndnessLE); in iselSB_ARM64()
Dhost_x86_isel.c4418 const VexArchInfo* archinfo_host, in iselSB_X86() argument
4429 UInt hwcaps_host = archinfo_host->hwcaps; in iselSB_X86()
4442 vassert(archinfo_host->endness == VexEndnessLE); in iselSB_X86()
/external/valgrind/coregrind/
Dm_transtab.c794 VexArchInfo archinfo_host; in VG_() local
795 VG_(bzero_inline)(&archinfo_host, sizeof(archinfo_host)); in VG_()
796 VG_(machine_get_VexArchInfo)( &arch_host, &archinfo_host ); in VG_()
797 VexEndness endness_host = archinfo_host.endness; in VG_()
1514 VexArchInfo archinfo_host; in initialiseSector() local
1515 VG_(bzero_inline)(&archinfo_host, sizeof(archinfo_host)); in initialiseSector()
1516 VG_(machine_get_VexArchInfo)( &arch_host, &archinfo_host ); in initialiseSector()
1517 VexEndness endness_host = archinfo_host.endness; in initialiseSector()
1723 VexArchInfo archinfo_host; in VG_() local
1724 VG_(bzero_inline)(&archinfo_host, sizeof(archinfo_host)); in VG_()
[all …]
Dm_translate.c1692 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.c597 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.h619 VexArchInfo archinfo_host; member
/external/valgrind/VEX/useful/
Dtest_main.c214 vta.archinfo_host = vai_ppc32; in main()
220 vta.archinfo_host = vai_amd64; in main()
226 vta.archinfo_host = vai_x86; in main()
232 vta.archinfo_host = vai_mips32; in main()
238 vta.archinfo_host = vai_mips64; in main()
244 vta.archinfo_host = vai_arm; in main()
/external/valgrind/include/
Dpub_tool_tooliface.h223 const VexArchInfo* archinfo_host,
/external/valgrind/VEX/switchback/
Dswitchback.c586 vta.archinfo_host = vex_archinfo; in make_translation()
/external/valgrind/exp-bbv/
Dbbv_main.c338 const VexArchInfo* archinfo_host, in bbv_instrument() argument
/external/valgrind/memcheck/
Dmc_include.h662 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.c2084 const VexArchInfo* archinfo_host, in ms_instrument() argument
/external/valgrind/cachegrind/
Dcg_main.c1045 const VexArchInfo* archinfo_host, in cg_instrument() argument

12