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

/external/valgrind/VEX/priv/
H A Dmain_main.c359 Addr max_ga; local
981 max_ga = ado_treebuild_BB( irsb, preciseMemExnsFn, pxControl );
1021 max_ga );
H A Dhost_tilegx_isel.c112 Addr64 max_ga; member in struct:__anon15578
1616 ((Addr64)stmt->Ist.Exit.dst->Ico.U64) > ((Addr64)env->max_ga);
1698 Bool toFastEP = ((Addr64)cdst->Ico.U64) > ((Addr64)env->max_ga);
1778 Addr max_ga )
1809 env->max_ga = max_ga;
H A Dhost_arm64_isel.c105 Addr64 max_ga; member in struct:__anon15205
3881 = ((Addr64)stmt->Ist.Exit.dst->Ico.U64) > env->max_ga;
3934 = ((Addr64)cdst->Ico.U64) > env->max_ga;
4011 Addr max_ga )
4048 env->max_ga = max_ga;
H A Dhost_arm_isel.c121 Addr32 max_ga; member in struct:__anon15300
6191 = stmt->Ist.Exit.dst->Ico.U32 > env->max_ga;
6263 = cdst->Ico.U32 > env->max_ga;
6339 Addr max_ga )
6378 env->max_ga = max_ga;
H A Dhost_mips_isel.c125 Addr64 max_ga; member in struct:__anon15370
3998 ? (((Addr64)stmt->Ist.Exit.dst->Ico.U64) > (Addr64)env->max_ga)
3999 : (((Addr32)stmt->Ist.Exit.dst->Ico.U32) > (Addr32)env->max_ga);
4082 ? (((Addr64)cdst->Ico.U64) > (Addr64)env->max_ga)
4083 : (((Addr32)cdst->Ico.U32) > (Addr32)env->max_ga);
4164 Addr max_ga )
4210 env->max_ga = max_ga;
H A Dhost_s390_isel.c120 Addr64 max_ga; member in struct:__anon15534
3894 = ((Addr64)stmt->Ist.Exit.dst->Ico.U64) > env->max_ga;
3990 = ((Addr64)cdst->Ico.U64) > env->max_ga;
4059 Bool add_profinc, Addr max_ga)
4104 env->max_ga = max_ga;
4056 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:__anon15110
4753 = ((Addr64)stmt->Ist.Exit.dst->Ico.U64) > env->max_ga;
4827 = ((Addr64)cdst->Ico.U64) > env->max_ga;
4906 Addr max_ga )
4947 env->max_ga = max_ga;
H A Dhost_x86_isel.c184 Addr32 max_ga; member in struct:__anon15652
4261 = ((Addr32)stmt->Ist.Exit.dst->Ico.U32) > env->max_ga;
4340 = ((Addr32)cdst->Ico.U32) > env->max_ga;
4424 Addr max_ga )
4463 env->max_ga = max_ga;
H A Dhost_ppc_isel.c291 Addr64 max_ga; member in struct:__anon15468
5962 ? (((Addr64)stmt->Ist.Exit.dst->Ico.U64) > (Addr64)env->max_ga)
5963 : (((Addr32)stmt->Ist.Exit.dst->Ico.U32) > (Addr32)env->max_ga);
6046 ? (((Addr64)cdst->Ico.U64) > (Addr64)env->max_ga)
6047 : (((Addr32)cdst->Ico.U32) > (Addr32)env->max_ga);
6126 Addr max_ga)
6198 env->max_ga = max_ga;
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
H A Dir_opt.c5733 Addr max_ga = 0; local
5756 if (mga > max_ga)
5757 max_ga = mga;
5944 return max_ga_known ? max_ga : ~(Addr)0;

Completed in 5063 milliseconds