Home | History | Annotate | Download | only in coregrind

Lines Matching refs:WrTmp

394       e = st->Ist.WrTmp.data;
398 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
399 add_SP_alias(st->Ist.WrTmp.tmp, 0);
406 e = st->Ist.WrTmp.data;
413 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
415 add_SP_alias(st->Ist.WrTmp.tmp, delta + con);
417 add_SP_alias(st->Ist.WrTmp.tmp, delta - con);
425 e = st->Ist.WrTmp.data;
428 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
429 add_SP_alias(st->Ist.WrTmp.tmp, delta);