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

/external/valgrind/main/VEX/priv/
H A Dhost_mips_isel.c236 static MIPSAMode *iselWordExpr_AMode(ISelEnv * env, IRExpr * e, IRType xferTy);
566 static MIPSAMode *iselWordExpr_AMode(ISelEnv * env, IRExpr * e, IRType xferTy) function
649 MIPSAMode *am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, ty);
2188 am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, ty);
2457 am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, ty);
2758 am_addr = iselWordExpr_AMode(env, stmt->Ist.Store.addr, tyd);
2927 r_addr = iselWordExpr_AMode(env, stmt->Ist.LLSC.addr, tyAddr);
2941 r_addr = iselWordExpr_AMode(env, stmt->Ist.LLSC.addr, tyAddr);
H A Dhost_ppc_isel.c422 static PPCAMode* iselWordExpr_AMode ( ISelEnv* env, IRExpr* e, IRType xferTy );
1259 am_addr = iselWordExpr_AMode( env, e->Iex.Load.addr, ty/*of xfer*/ );
1665 = iselWordExpr_AMode( env, mi.bindee[0], Ity_I16/*xfer*/ );
2222 PPCAMode* iselWordExpr_AMode ( ISelEnv* env, IRExpr* e, IRType xferTy ) function
3356 am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, Ity_F32/*xfer*/);
3558 am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, Ity_F64/*xfer*/);
4283 am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, Ity_V128/*xfer*/);
4697 = iselWordExpr_AMode(env, stmt->Ist.Store.addr, tyd/*of xfer*/);
4705 = iselWordExpr_AMode(env, stmt->Ist.Store.addr, tyd/*of xfer*/);
4713 = iselWordExpr_AMode(en
[all...]

Completed in 94 milliseconds