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

/external/valgrind/main/VEX/priv/
H A Dhost_ppc_isel.c3881 IRType tya = typeOfIRExpr(env->type_env, stmt->Ist.Store.addr); local
3887 if (!mode64 && (tya != Ity_I32))
3889 if (mode64 && (tya != Ity_I64))
H A Dhost_amd64_isel.c3813 IRType tya = typeOfIRExpr(env->type_env, stmt->Ist.Store.addr); local
3817 if (tya != Ity_I64 || end != Iend_LE)
H A Dhost_x86_isel.c3707 IRType tya = typeOfIRExpr(env->type_env, stmt->Ist.Store.addr); local
3711 if (tya != Ity_I32 || end != Iend_LE)
H A Dhost_arm_isel.c5607 IRType tya = typeOfIRExpr(env->type_env, stmt->Ist.Store.addr); local
5611 if (tya != Ity_I32 || end != Iend_LE)

Completed in 557 milliseconds