Searched refs:iselStmt (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_mips_isel.c2400 Another upshot of this is that if iselStmt can see the
2742 static void iselStmt(ISelEnv * env, IRStmt * stmt) function
2981 vpanic("iselStmt(mips32): Ist_Exit: dst is not a 32-bit value");
2983 vpanic("iselStmt(mips64): Ist_Exit: dst is not a 64-bit value");
3049 vpanic("iselStmt:\n");
3251 iselStmt(env, bb->stmts[i]);
H A Dhost_amd64_isel.c3666 static void iselStmt ( ISelEnv* env, IRStmt* stmt ) function
4030 vpanic("iselStmt(amd64): Ist_Exit: dst is not a 64-bit value");
4086 vpanic("iselStmt(amd64)");
4281 iselStmt(env, bb->stmts[i]);
H A Dhost_x86_isel.c3714 static void iselStmt ( ISelEnv* env, IRStmt* stmt ) function
4063 vpanic("iselStmt(x86): Ist_Exit: dst is not a 32-bit value");
4123 vpanic("iselStmt");
4314 iselStmt(env, bb->stmts[i]);
H A Dhost_ppc_isel.c3383 Another upshot of this is that if iselStmt can see the
4670 static void iselStmt ( ISelEnv* env, IRStmt* stmt ) function
5039 vpanic("iselStmt(ppc): Ist_Exit: dst is not a 32-bit value");
5041 vpanic("iselStmt(ppc64): Ist_Exit: dst is not a 64-bit value");
5104 vpanic("iselStmt(ppc)");
5344 iselStmt(env, bb->stmts[i]);
H A Dhost_arm_isel.c5635 static void iselStmt ( ISelEnv* env, IRStmt* stmt ) function
6063 vpanic("iselStmt");
6247 iselStmt(env, bb->stmts[i]);

Completed in 114 milliseconds