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

  /external/valgrind/coregrind/
m_translate.c 285 IRType typeof_SP;
303 typeof_SP = sizeof_SP==4 ? Ity_I32 : Ity_I64;
411 if (e->Iex.Get.ty != typeof_SP) goto case2;
412 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
427 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
442 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
470 has the same type as typeof_SP, and whose value is a Get
471 at exactly offset_SP of size typeof_SP. Each call to
475 vg_assert( typeOfIRTemp(bb->tyenv, tttmp) == typeof_SP );
527 old_SP = newIRTemp(bb->tyenv, typeof_SP);
    [all...]

Completed in 182 milliseconds