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

/external/valgrind/VEX/priv/
H A Dhost_tilegx_isel.c1635 /* Keep this list in sync with that in iselNext below */
1677 static void iselNext ( ISelEnv * env, IRExpr * next, IRJumpKind jk, function
1855 iselNext(env, bb->next, bb->jumpkind, bb->offsIP);
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.c3895 /* Keep this list in sync with that for iselNext below */
3929 static void iselNext ( ISelEnv* env, function
4121 iselNext(env, bb->next, bb->jumpkind, bb->offsIP);
H A Dhost_mips_isel.c4017 /* Keep this list in sync with that in iselNext below */
4058 static void iselNext ( ISelEnv* env, function
4281 iselNext(env, bb->next, bb->jumpkind, bb->offsIP);
H A Dhost_x86_isel.c4277 /* Keep this list in sync with that in iselNext below */
4319 static void iselNext ( ISelEnv* env, function
4509 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_ppc_isel.c5984 /* Keep this list in sync with that in iselNext below */
6021 static void iselNext ( ISelEnv* env, function
6285 iselNext(env, bb->next, bb->jumpkind, bb->offsIP, IEndianess);
H A Dhost_arm_isel.c6207 /* Keep this list in sync with that in iselNext below */
6240 static void iselNext ( ISelEnv* env, function
6426 iselNext(env, bb->next, bb->jumpkind, bb->offsIP);

Completed in 89 milliseconds