Home
last modified time | relevance | path

Searched refs:resTy (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/memcheck/
Dmc_translate.c5995 IRType resTy = typeOfIRTemp(mce->sb->tyenv, stResult); in do_shadow_LLSC() local
6007 tl_assert(resTy == Ity_I64 || resTy == Ity_I32 in do_shadow_LLSC()
6008 || resTy == Ity_I16 || resTy == Ity_I8); in do_shadow_LLSC()
6011 mce, stEnd, resTy, stAddr, 0/*addr bias*/, in do_shadow_LLSC()
6040 tl_assert(resTy == Ity_I1); in do_shadow_LLSC()
6041 assign( 'V', mce, resTmp, definedOfType(resTy) ); in do_shadow_LLSC()
7406 IRType resTy in schemeS() local
7409 = IRExpr_Load(st->Ist.LLSC.end, resTy, st->Ist.LLSC.addr); in schemeS()
7410 tl_assert(resTy == Ity_I64 || resTy == Ity_I32 in schemeS()
7411 || resTy == Ity_I16 || resTy == Ity_I8); in schemeS()
/external/valgrind/VEX/priv/
Dguest_amd64_toIR.c7806 IRTemp resTy = IRTemp_INVALID; in dis_SHLRD_Gv_Ev() local
7930 resTy = newTemp(ty); in dis_SHLRD_Gv_Ev()
7932 assign( resTy, narrowTo(ty, mkexpr(res64)) ); in dis_SHLRD_Gv_Ev()
7937 resTy, rssTy, ty, tmpSH ); in dis_SHLRD_Gv_Ev()
7940 putIRegE(sz, pfx, modrm, mkexpr(resTy)); in dis_SHLRD_Gv_Ev()
7942 storeLE( mkexpr(addr), mkexpr(resTy) ); in dis_SHLRD_Gv_Ev()