Searched defs:chainingAllowed (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dmain_main.c222 Bool mode64, chainingAllowed; local
250 chainingAllowed = False;
261 chainingAllowed = True;
762 chainingAllowed,
H A Dhost_arm_isel.c120 Bool chainingAllowed; member in struct:__anon27582
6018 if (env->chainingAllowed) {
6089 if (env->chainingAllowed) {
6116 if (env->chainingAllowed) {
6166 Bool chainingAllowed,
6199 env->chainingAllowed = chainingAllowed;
6160 iselSB_ARM( IRSB* bb, VexArch arch_host, VexArchInfo* archinfo_host, VexAbiInfo* vbi , Int offs_Host_EvC_Counter, Int offs_Host_EvC_FailAddr, Bool chainingAllowed, Bool addProfInc, Addr64 max_ga ) argument
H A Dhost_mips_isel.c120 Bool chainingAllowed; member in struct:__anon27652
2993 if (env->chainingAllowed) {
3074 if (env->chainingAllowed) {
3105 if (env->chainingAllowed) {
3157 Bool chainingAllowed,
3193 env->chainingAllowed = chainingAllowed;
3151 iselSB_MIPS( IRSB* bb, VexArch arch_host, VexArchInfo* archinfo_host, VexAbiInfo* vbi, Int offs_Host_EvC_Counter, Int offs_Host_EvC_FailAddr, Bool chainingAllowed, Bool addProfInc, Addr64 max_ga ) argument
H A Dhost_x86_isel.c183 Bool chainingAllowed; member in struct:__anon27869
4071 if (env->chainingAllowed) {
4149 if (env->chainingAllowed) {
4176 if (env->chainingAllowed) {
4235 Bool chainingAllowed,
4272 env->chainingAllowed = chainingAllowed;
4229 iselSB_X86( IRSB* bb, VexArch arch_host, VexArchInfo* archinfo_host, VexAbiInfo* vbi , Int offs_Host_EvC_Counter, Int offs_Host_EvC_FailAddr, Bool chainingAllowed, Bool addProfInc, Addr64 max_ga ) argument
H A Dhost_amd64_isel.c149 Bool chainingAllowed; member in struct:__anon27488
4038 if (env->chainingAllowed) {
4112 if (env->chainingAllowed) {
4140 if (env->chainingAllowed) {
4194 Bool chainingAllowed,
4229 env->chainingAllowed = chainingAllowed;
4188 iselSB_AMD64( IRSB* bb, VexArch arch_host, VexArchInfo* archinfo_host, VexAbiInfo* vbi , Int offs_Host_EvC_Counter, Int offs_Host_EvC_FailAddr, Bool chainingAllowed, Bool addProfInc, Addr64 max_ga ) argument
H A Dhost_ppc_isel.c284 Bool chainingAllowed; member in struct:__anon27744
5051 if (env->chainingAllowed) {
5132 if (env->chainingAllowed) {
5162 if (env->chainingAllowed) {
5216 Bool chainingAllowed,
5278 env->chainingAllowed = chainingAllowed;
5210 iselSB_PPC( IRSB* bb, VexArch arch_host, VexArchInfo* archinfo_host, VexAbiInfo* vbi, Int offs_Host_EvC_Counter, Int offs_Host_EvC_FailAddr, Bool chainingAllowed, Bool addProfInc, Addr64 max_ga ) argument

Completed in 72 milliseconds