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:__anon22578
1617 ((Addr64)stmt->Ist.Exit.dst->Ico.U64) > ((Addr64)env->max_ga);
1699 Bool toFastEP = ((Addr64)cdst->Ico.U64) > ((Addr64)env->max_ga);
1779 Addr max_ga )
1810 env->max_ga = max_ga;
H A Dhost_arm64_isel.c105 Addr64 max_ga; member in struct:__anon22205
3879 = ((Addr64)stmt->Ist.Exit.dst->Ico.U64) > env->max_ga;
3952 = ((Addr64)cdst->Ico.U64) > env->max_ga;
4030 Addr max_ga )
4067 env->max_ga = max_ga;
H A Dhost_arm_isel.c121 Addr32 max_ga; member in struct:__anon22300
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:__anon22370
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:__anon22534
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:__anon22110
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_x86_isel.c184 Addr32 max_ga; member in struct:__anon22652
4261 = ((Addr32)stmt->Ist.Exit.dst->Ico.U32) > env->max_ga;
4342 = ((Addr32)cdst->Ico.U32) > env->max_ga;
4428 Addr max_ga )
4467 env->max_ga = max_ga;
H A Dhost_ppc_isel.c291 Addr64 max_ga; member in struct:__anon22468
5964 ? (((Addr64)stmt->Ist.Exit.dst->Ico.U64) > (Addr64)env->max_ga)
5965 : (((Addr32)stmt->Ist.Exit.dst->Ico.U32) > (Addr32)env->max_ga);
6048 ? (((Addr64)cdst->Ico.U64) > (Addr64)env->max_ga)
6049 : (((Addr32)cdst->Ico.U32) > (Addr32)env->max_ga);
6128 Addr max_ga)
6200 env->max_ga = max_ga;
6120 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.c5737 Addr max_ga = 0; local
5760 if (mga > max_ga)
5761 max_ga = mga;
5948 return max_ga_known ? max_ga : ~(Addr)0;

Completed in 219 milliseconds