Searched defs:max_ga (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/VEX/priv/
H A Dmain_main.c734 Addr max_ga; local
1014 max_ga = ado_treebuild_BB( irsb, preciseMemExnsFn, pxControl );
1054 max_ga );
H A Dhost_arm_isel.c121 Addr32 max_ga; member in struct:__anon28363
6378 = stmt->Ist.Exit.dst->Ico.U32 > env->max_ga;
6450 = cdst->Ico.U32 > env->max_ga;
6526 Addr max_ga )
6565 env->max_ga = max_ga;
H A Dhost_mips_isel.c122 Addr64 max_ga; member in struct:__anon28433
4006 ? (((Addr64)stmt->Ist.Exit.dst->Ico.U64) > (Addr64)env->max_ga)
4007 : (((Addr32)stmt->Ist.Exit.dst->Ico.U32) > (Addr32)env->max_ga);
4090 ? (((Addr64)cdst->Ico.U64) > (Addr64)env->max_ga)
4091 : (((Addr32)cdst->Ico.U32) > (Addr32)env->max_ga);
4172 Addr max_ga )
4218 env->max_ga = max_ga;
H A Dhost_s390_isel.c120 Addr64 max_ga; member in struct:__anon28601
3932 = ((Addr64)stmt->Ist.Exit.dst->Ico.U64) > env->max_ga;
4028 = ((Addr64)cdst->Ico.U64) > env->max_ga;
4097 Bool add_profinc, Addr max_ga)
4142 env->max_ga = max_ga;
4094 iselSB_S390(const IRSB *bb, VexArch arch_host, const VexArchInfo *archinfo_host, const VexAbiInfo *vbi, Int offset_host_evcheck_counter, Int offset_host_evcheck_fail_addr, Bool chaining_allowed, Bool add_profinc, Addr max_ga) argument
H A Dhost_amd64_isel.c159 Addr64 max_ga; member in struct:__anon28168
4776 = ((Addr64)stmt->Ist.Exit.dst->Ico.U64) > env->max_ga;
4851 = ((Addr64)cdst->Ico.U64) > env->max_ga;
4931 Addr max_ga )
4972 env->max_ga = max_ga;
H A Dhost_arm64_isel.c105 Addr64 max_ga; member in struct:__anon28265
3961 = ((Addr64)stmt->Ist.Exit.dst->Ico.U64) > env->max_ga;
4034 = ((Addr64)cdst->Ico.U64) > env->max_ga;
4112 Addr max_ga )
4149 env->max_ga = max_ga;
H A Dhost_x86_isel.c184 Addr32 max_ga; member in struct:__anon28675
4263 = ((Addr32)stmt->Ist.Exit.dst->Ico.U32) > env->max_ga;
4344 = ((Addr32)cdst->Ico.U32) > env->max_ga;
4430 Addr max_ga )
4469 env->max_ga = max_ga;
H A Dhost_ppc_isel.c291 Addr64 max_ga; member in struct:__anon28535
6662 ? (((Addr64)stmt->Ist.Exit.dst->Ico.U64) > (Addr64)env->max_ga)
6663 : (((Addr32)stmt->Ist.Exit.dst->Ico.U32) > (Addr32)env->max_ga);
6746 ? (((Addr64)cdst->Ico.U64) > (Addr64)env->max_ga)
6747 : (((Addr32)cdst->Ico.U32) > (Addr32)env->max_ga);
6826 Addr max_ga)
6899 env->max_ga = max_ga;
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
H A Dir_opt.c5738 Addr max_ga = 0; local
5761 if (mga > max_ga)
5762 max_ga = mga;
5949 return max_ga_known ? max_ga : ~(Addr)0;

Completed in 265 milliseconds