Home | History | Annotate | Download | only in coregrind

Lines Matching refs:WrTmp

389       e = st->Ist.WrTmp.data;
393 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
394 add_SP_alias(st->Ist.WrTmp.tmp, 0);
401 e = st->Ist.WrTmp.data;
408 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
410 add_SP_alias(st->Ist.WrTmp.tmp, delta + con);
412 add_SP_alias(st->Ist.WrTmp.tmp, delta - con);
420 e = st->Ist.WrTmp.data;
423 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
424 add_SP_alias(st->Ist.WrTmp.tmp, delta);