Searched refs:iselWordExpr_AMode (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
H A Dhost_mips_isel.c248 static MIPSAMode *iselWordExpr_AMode(ISelEnv * env, IRExpr * e, IRType xferTy);
699 static MIPSAMode *iselWordExpr_AMode(ISelEnv * env, IRExpr * e, IRType xferTy) function
804 MIPSAMode *am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, ty);
3001 MIPSAMode *am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, ty);
3443 am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, ty);
3659 am_addr = iselWordExpr_AMode(env, stmt->Ist.Store.addr, tyd);
3921 r_addr = iselWordExpr_AMode(env, stmt->Ist.LLSC.addr, tyAddr);
3934 r_addr = iselWordExpr_AMode(env, stmt->Ist.LLSC.addr, tyAddr);
H A Dhost_ppc_isel.c440 static PPCAMode* iselWordExpr_AMode ( ISelEnv* env, const IRExpr* e,
1440 am_addr = iselWordExpr_AMode( env, e->Iex.Load.addr, ty/*of xfer*/,
1894 = iselWordExpr_AMode( env, mi.bindee[0], Ity_I16/*xfer*/,
2610 PPCAMode* iselWordExpr_AMode ( ISelEnv* env, const IRExpr* e, IRType xferTy, function
3928 am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, Ity_F32/*xfer*/,
4132 am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, Ity_F64/*xfer*/,
4472 am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, Ity_D32/*xfer*/,
4846 am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, Ity_D64/*xfer*/,
6158 = iselWordExpr_AMode(env, stmt->Ist.Store.addr, tyd/*of xfer*/,
6167 = iselWordExpr_AMode(en
[all...]

Completed in 107 milliseconds