Home
last modified time | relevance | path

Searched refs:iselStmt (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_arm64_isel.c3543 static void iselStmt ( ISelEnv* env, IRStmt* stmt ) in iselStmt() function
4201 iselStmt(env, bb->stmts[i]); in iselSB_ARM64()
Dhost_mips_isel.c3643 static void iselStmt(ISelEnv * env, IRStmt * stmt) in iselStmt() function
4287 iselStmt(env, bb->stmts[i]); in iselSB_MIPS()
Dhost_x86_isel.c3862 static void iselStmt ( ISelEnv* env, IRStmt* stmt ) in iselStmt() function
4509 iselStmt(env, bb->stmts[i]); in iselSB_X86()
Dhost_amd64_isel.c4283 static void iselStmt ( ISelEnv* env, IRStmt* stmt ) in iselStmt() function
5022 iselStmt(env, bb->stmts[i]); in iselSB_AMD64()
Dhost_ppc_isel.c6131 static void iselStmt ( ISelEnv* env, IRStmt* stmt, IREndness IEndianess ) in iselStmt() function
6983 iselStmt(env, bb->stmts[i], IEndianess); in iselSB_PPC()
Dhost_arm_isel.c5863 static void iselStmt ( ISelEnv* env, IRStmt* stmt ) in iselStmt() function
6611 iselStmt(env, bb->stmts[i]); in iselSB_ARM()