Searched refs:iselNext (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/VEX/priv/
H A Dhost_s390_isel.c4005 iselNext(ISelEnv *env, IRExpr *next, IRJumpKind jk, Int offsIP) function
4081 vpanic("iselNext");
4207 iselNext(env, bb->next, bb->jumpkind, bb->offsIP);
H A Dhost_arm64_isel.c3977 /* Keep this list in sync with that for iselNext below */
4011 static void iselNext ( ISelEnv* env, function
4203 iselNext(env, bb->next, bb->jumpkind, bb->offsIP);
H A Dhost_mips_isel.c4025 /* Keep this list in sync with that in iselNext below */
4066 static void iselNext ( ISelEnv* env, function
4289 iselNext(env, bb->next, bb->jumpkind, bb->offsIP);
H A Dhost_x86_isel.c4279 /* Keep this list in sync with that in iselNext below */
4321 static void iselNext ( ISelEnv* env, function
4511 iselNext(env, bb->next, bb->jumpkind, bb->offsIP);
H A Dhost_amd64_isel.c4792 /* Keep this list in sync with that in iselNext below */
4828 static void iselNext ( ISelEnv* env, function
5024 iselNext(env, bb->next, bb->jumpkind, bb->offsIP);
H A Dhost_arm_isel.c6394 /* Keep this list in sync with that in iselNext below */
6427 static void iselNext ( ISelEnv* env, function
6613 iselNext(env, bb->next, bb->jumpkind, bb->offsIP);
H A Dhost_ppc_isel.c6682 /* Keep this list in sync with that in iselNext below */
6719 static void iselNext ( ISelEnv* env, function
6985 iselNext(env, bb->next, bb->jumpkind, bb->offsIP, IEndianess);

Completed in 186 milliseconds