Searched refs:tya (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/VEX/priv/
H A Dhost_arm_isel.c5695 IRType tya = typeOfIRExpr(env->type_env, stmt->Ist.Store.addr); local
5699 if (tya != Ity_I32 || end != Iend_LE)
5764 IRType tya = typeOfIRExpr(env->type_env, sg->addr); local
5768 if (tya != Ity_I32 || end != Iend_LE)
5800 IRType tya = typeOfIRExpr(env->type_env, lg->addr); local
5803 if (tya != Ity_I32 || end != Iend_LE)
H A Dhost_ppc_isel.c5472 IRType tya = typeOfIRExpr(env->type_env, stmt->Ist.Store.addr); local
5478 if (!mode64 && (tya != Ity_I32))
5480 if (mode64 && (tya != Ity_I64))
H A Dhost_arm64_isel.c3527 IRType tya = typeOfIRExpr(env->type_env, stmt->Ist.Store.addr); local
3531 if (tya != Ity_I64 || end != Iend_LE)
H A Dhost_x86_isel.c3872 IRType tya = typeOfIRExpr(env->type_env, stmt->Ist.Store.addr); local
3876 if (tya != Ity_I32 || end != Iend_LE)
H A Dhost_amd64_isel.c4343 IRType tya = typeOfIRExpr(env->type_env, stmt->Ist.Store.addr); local
4347 if (tya != Ity_I64 || end != Iend_LE)

Completed in 83 milliseconds