Searched defs:iselWordExpr_AMode (Results 1 - 2 of 2) sorted by last modified time

/external/valgrind/main/VEX/priv/
H A Dhost_mips_isel.c253 static MIPSAMode *iselWordExpr_AMode(ISelEnv * env, IRExpr * e, IRType xferTy);
704 static MIPSAMode *iselWordExpr_AMode(ISelEnv * env, IRExpr * e, IRType xferTy) function
809 MIPSAMode *am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, ty);
2985 MIPSAMode *am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, ty);
3428 am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, ty);
3644 am_addr = iselWordExpr_AMode(env, stmt->Ist.Store.addr, tyd);
3904 r_addr = iselWordExpr_AMode(env, stmt->Ist.LLSC.addr, tyAddr);
3917 r_addr = iselWordExpr_AMode(env, stmt->Ist.LLSC.addr, tyAddr);
H A Dhost_ppc_isel.c428 static PPCAMode* iselWordExpr_AMode ( ISelEnv* env, IRExpr* e, IRType xferTy );
1388 am_addr = iselWordExpr_AMode( env, e->Iex.Load.addr, ty/*of xfer*/ );
1835 = iselWordExpr_AMode( env, mi.bindee[0], Ity_I16/*xfer*/ );
2438 PPCAMode* iselWordExpr_AMode ( ISelEnv* env, IRExpr* e, IRType xferTy ) function
3671 am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, Ity_F32/*xfer*/);
3873 am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, Ity_F64/*xfer*/);
4134 am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, Ity_D32/*xfer*/);
4189 am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, Ity_D64/*xfer*/);
4739 am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, Ity_V128/*xfer*/);
5287 = iselWordExpr_AMode(en
[all...]

Completed in 50 milliseconds