HomeSort by relevance Sort by last modified time
    Searched defs:sizeof_SP (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/VEX/pub/
libvex.h 340 Int sizeof_SP; /* 4 or 8 */
  /external/valgrind/main/coregrind/
m_translate.c 239 Int i, j, minoff_ST, maxoff_ST, sizeof_SP, offset_SP;
260 sizeof_SP = layout->sizeof_SP;
262 typeof_SP = sizeof_SP==4 ? Ity_I32 : Ity_I64;
263 vg_assert(sizeof_SP == 4 || sizeof_SP == 8);
267 # define IS_ADD(op) (sizeof_SP==4 ? ((op)==Iop_Add32) : ((op)==Iop_Add64))
268 # define IS_SUB(op) (sizeof_SP==4 ? ((op)==Iop_Sub32) : ((op)==Iop_Sub64))
273 (sizeof_SP==4 ? (Long)(Int)(con->Ico.U32) \
309 dcall->fxState[0].size = layout->sizeof_SP; \
    [all...]

Completed in 2342 milliseconds