Searched refs:typeof_SP (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_translate.c271 IRType typeof_SP; local
289 typeof_SP = sizeof_SP==4 ? Ity_I32 : Ity_I64;
397 if (e->Iex.Get.ty != typeof_SP) goto case2;
398 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
413 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
428 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
456 has the same type as typeof_SP, and whose value is a Get
457 at exactly offset_SP of size typeof_SP. Each call to
461 vg_assert( typeOfIRTemp(bb->tyenv, tttmp) == typeof_SP );
513 old_SP = newIRTemp(bb->tyenv, typeof_SP);
[all...]

Completed in 73 milliseconds