Home
last modified time | relevance | path

Searched refs:xferTy (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_tilegx_isel.c170 IRType xferTy );
172 IRType xferTy );
392 IRType xferTy ) in iselWordExpr_AMode() argument
394 TILEGXAMode *am = iselWordExpr_AMode_wrk(env, e, xferTy); in iselWordExpr_AMode()
401 IRType xferTy ) in iselWordExpr_AMode_wrk() argument
Dhost_mips_isel.c253 IRType xferTy);
254 static MIPSAMode *iselWordExpr_AMode(ISelEnv * env, IRExpr * e, IRType xferTy);
705 static MIPSAMode *iselWordExpr_AMode(ISelEnv * env, IRExpr * e, IRType xferTy) in iselWordExpr_AMode() argument
707 MIPSAMode *am = iselWordExpr_AMode_wrk(env, e, xferTy); in iselWordExpr_AMode()
714 IRType xferTy) in iselWordExpr_AMode_wrk() argument
718 Bool aligned4imm = toBool(xferTy == Ity_I32 || xferTy == Ity_I64); in iselWordExpr_AMode_wrk()
Dhost_ppc_isel.c438 IRType xferTy,
441 IRType xferTy,
2521 PPCAMode* iselWordExpr_AMode ( ISelEnv* env, IRExpr* e, IRType xferTy, in iselWordExpr_AMode() argument
2524 PPCAMode* am = iselWordExpr_AMode_wrk(env, e, xferTy, IEndianess); in iselWordExpr_AMode()
2531 IRType xferTy, IREndness IEndianess ) in iselWordExpr_AMode_wrk() argument
2544 Bool aligned4imm = toBool(xferTy == Ity_I32 || xferTy == Ity_I64); in iselWordExpr_AMode_wrk()