HomeSort by relevance Sort by last modified time
    Searched full:typeof_sp (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/coregrind/
m_translate.c 276 IRType typeof_SP;
294 typeof_SP = sizeof_SP==4 ? Ity_I32 : Ity_I64;
402 if (e->Iex.Get.ty != typeof_SP) goto case2;
403 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
418 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
433 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
461 has the same type as typeof_SP, and whose value is a Get
462 at exactly offset_SP of size typeof_SP. Each call to
466 vg_assert( typeOfIRTemp(bb->tyenv, tttmp) == typeof_SP );
518 old_SP = newIRTemp(bb->tyenv, typeof_SP);
    [all...]

Completed in 198 milliseconds