/external/valgrind/VEX/priv/ |
H A D | main_main.c | 407 switch (vta->arch_host) { 592 check_hwcaps(vta->arch_host, vta->archinfo_host.hwcaps); 828 if (vta->arch_guest == vta->arch_host) { 1014 vcode = iselSB ( irsb, vta->arch_host, 1135 VexInvalRange LibVEX_Chain ( VexArch arch_host, argument 1141 switch (arch_host) { 1198 VexInvalRange LibVEX_UnChain ( VexArch arch_host, argument 1204 switch (arch_host) { 1262 Int LibVEX_evCheckSzB ( VexArch arch_host ) 1266 switch (arch_host) { 1294 LibVEX_PatchProfInc( VexArch arch_host, VexEndness endness_host, void* place_to_patch, const ULong* location_of_counter ) argument [all...] |
H A D | host_tilegx_isel.c | 1771 VexArch arch_host, 1787 vassert(arch_host == VexArchTILEGX); 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 D | host_arm64_isel.c | 4004 VexArch arch_host, 4020 vassert(arch_host == VexArchARM64); 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 D | host_arm_isel.c | 6332 VexArch arch_host, 6348 vassert(arch_host == VexArchARM); 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 D | host_mips_isel.c | 4157 VexArch arch_host, 4173 vassert(arch_host == VexArchMIPS32 || arch_host == VexArchMIPS64); 4182 mode64 = arch_host != VexArchMIPS32; 4185 || arch_host == VexArchMIPS64); 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 D | host_s390_isel.c | 4056 iselSB_S390(const IRSB *bb, VexArch arch_host, const VexArchInfo *archinfo_host, argument
|
H A D | host_amd64_isel.c | 4899 VexArch arch_host, 4915 vassert(arch_host == VexArchAMD64); 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 D | host_x86_isel.c | 4417 VexArch arch_host, 4433 vassert(arch_host == VexArchX86); 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 D | host_ppc_isel.c | 6119 VexArch arch_host, 6138 vassert(arch_host == VexArchPPC32 || arch_host == VexArchPPC64); 6139 mode64 = arch_host == VexArchPPC64; 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 D | libvex.h | 618 VexArch arch_host; member in struct:__anon15718 785 VexInvalRange LibVEX_Chain ( VexArch arch_host, 796 VexInvalRange LibVEX_UnChain ( VexArch arch_host, 807 Int LibVEX_evCheckSzB ( VexArch arch_host ); 813 VexInvalRange LibVEX_PatchProfInc ( VexArch arch_host,
|
/external/valgrind/coregrind/ |
H A D | m_transtab.c | 793 VexArch arch_host = VexArch_INVALID; local 796 VG_(machine_get_VexArchInfo)( &arch_host, &archinfo_host ); 806 + (to_fastEP ? LibVEX_evCheckSzB(arch_host) : 0); 838 arch_host, endness_host, 882 static void unchain_one ( VexArch arch_host, VexEndness endness_host, argument 907 = LibVEX_UnChain( arch_host, endness_host, place_to_patch, 917 void unchain_in_preparation_for_deletion ( VexArch arch_host, argument 924 Int evCheckSzB = LibVEX_evCheckSzB(arch_host); 938 unchain_one(arch_host, endness_host, ie, here_fast_EP, here_slow_EP); 1513 VexArch arch_host local 1722 VexArch arch_host = VexArch_INVALID; local 1877 delete_tte( Sector* sec, SECno secNo, TTEno tteno, VexArch arch_host, VexEndness endness_host ) argument 1946 delete_translations_in_sector_eclass( Sector* sec, SECno secNo, Addr guest_start, ULong range, EClassNo ec, VexArch arch_host, VexEndness endness_host ) argument 1987 delete_translations_in_sector( Sector* sec, SECno secNo, Addr guest_start, ULong range, VexArch arch_host, VexEndness endness_host ) argument [all...] |