Searched refs:max_ga (Results 1 - 13 of 13) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_s390_isel.c118 Addr64 max_ga; member in struct:__anon27795
2561 = ((Addr64)stmt->Ist.Exit.dst->Ico.U64) > env->max_ga;
2655 = ((Addr64)cdst->Ico.U64) > env->max_ga;
2722 Bool add_profinc, Addr64 max_ga)
2765 env->max_ga = max_ga;
2719 iselSB_S390(IRSB *bb, VexArch arch_host, VexArchInfo *archinfo_host, VexAbiInfo *vbi, Int offset_host_evcheck_counter, Int offset_host_evcheck_fail_addr, Bool chaining_allowed, Bool add_profinc, Addr64 max_ga) argument
H A Dmain_main.c223 Addr64 max_ga; local
724 max_ga = ado_treebuild_BB( irsb );
764 max_ga );
H A Dhost_mips_isel.c121 Addr64 max_ga; member in struct:__anon27652
2999 ? (((Addr64)stmt->Ist.Exit.dst->Ico.U64) > (Addr64)env->max_ga)
3000 : (((Addr32)stmt->Ist.Exit.dst->Ico.U32) > (Addr32)env->max_ga);
3080 ? (((Addr64)cdst->Ico.U64) > (Addr64)env->max_ga)
3081 : (((Addr32)cdst->Ico.U32) > (Addr32)env->max_ga);
3159 Addr64 max_ga )
3195 env->max_ga = max_ga;
H A Dhost_amd64_defs.h774 Addr64 max_ga );
H A Dhost_arm_defs.h1041 Addr64 max_ga );
H A Dhost_mips_defs.h724 Addr64 max_ga );
H A Dhost_x86_defs.h737 Addr64 max_ga );
H A Dhost_x86_isel.c184 Addr64 max_ga; member in struct:__anon27869
4076 = ((Addr32)stmt->Ist.Exit.dst->Ico.U32) > env->max_ga;
4154 = ((Addr64)cdst->Ico.U32) > env->max_ga;
4237 Addr64 max_ga )
4252 vassert(sizeof(max_ga) == 8);
4253 vassert((max_ga >> 32) == 0);
4274 env->max_ga = max_ga;
H A Dhost_ppc_isel.c285 Addr64 max_ga; member in struct:__anon27744
5057 ? (((Addr64)stmt->Ist.Exit.dst->Ico.U64) > (Addr64)env->max_ga)
5058 : (((Addr32)stmt->Ist.Exit.dst->Ico.U32) > (Addr32)env->max_ga);
5138 ? (((Addr64)cdst->Ico.U64) > (Addr64)env->max_ga)
5139 : (((Addr32)cdst->Ico.U32) > (Addr32)env->max_ga);
5218 Addr64 max_ga )
5231 if (!mode64) vassert(max_ga <= 0xFFFFFFFFULL);
5279 env->max_ga = max_ga;
H A Dhost_amd64_isel.c150 Addr64 max_ga; member in struct:__anon27488
4043 = ((Addr64)stmt->Ist.Exit.dst->Ico.U64) > env->max_ga;
4117 = ((Addr64)cdst->Ico.U64) > env->max_ga;
4196 Addr64 max_ga )
4231 env->max_ga = max_ga;
H A Dhost_ppc_defs.h1087 Addr64 max_ga );
H A Dhost_arm_isel.c121 Addr64 max_ga; member in struct:__anon27582
6023 = ((Addr32)stmt->Ist.Exit.dst->Ico.U32) > env->max_ga;
6094 = ((Addr64)cdst->Ico.U32) > env->max_ga;
6168 Addr64 max_ga )
6201 env->max_ga = max_ga;
H A Dir_opt.c4971 Addr64 max_ga = 0; local
4994 if (mga > max_ga)
4995 max_ga = mga;
5174 return max_ga_known ? max_ga : ~(Addr64)0;

Completed in 231 milliseconds