Searched defs:sizeof_SP (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex.h440 Int sizeof_SP; /* 4 or 8 */ member in struct:__anon27012
/external/valgrind/main/coregrind/
H A Dm_translate.c265 Int i, j, k, minoff_ST, maxoff_ST, sizeof_SP, offset_SP; local
287 sizeof_SP = layout->sizeof_SP;
289 typeof_SP = sizeof_SP==4 ? Ity_I32 : Ity_I64;
290 vg_assert(sizeof_SP == 4 || sizeof_SP == 8);
294 # define IS_ADD(op) (sizeof_SP==4 ? ((op)==Iop_Add32) : ((op)==Iop_Add64))
295 # define IS_SUB(op) (sizeof_SP==4 ? ((op)==Iop_Sub32) : ((op)==Iop_Sub64))
300 (sizeof_SP==4 ? (Long)(Int)(con->Ico.U32) \
336 dcall->fxState[0].size = layout->sizeof_SP; \
[all...]

Completed in 63 milliseconds