Home | History | Annotate | Download | only in coregrind

Lines Matching refs:WrTmp

399       e = st->Ist.WrTmp.data;
403 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
404 add_SP_alias(st->Ist.WrTmp.tmp, 0);
411 e = st->Ist.WrTmp.data;
418 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
420 add_SP_alias(st->Ist.WrTmp.tmp, delta + con);
422 add_SP_alias(st->Ist.WrTmp.tmp, delta - con);
430 e = st->Ist.WrTmp.data;
433 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
434 add_SP_alias(st->Ist.WrTmp.tmp, delta);