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

/external/valgrind/main/coregrind/
H A Dm_translate.c270 Int i, j, k, minoff_ST, maxoff_ST, sizeof_SP, offset_SP; local
292 sizeof_SP = layout->sizeof_SP;
294 typeof_SP = sizeof_SP==4 ? Ity_I32 : Ity_I64;
295 vg_assert(sizeof_SP == 4 || sizeof_SP == 8);
299 # define IS_ADD(op) (sizeof_SP==4 ? ((op)==Iop_Add32) : ((op)==Iop_Add64))
300 # define IS_SUB(op) (sizeof_SP==4 ? ((op)==Iop_Sub32) : ((op)==Iop_Sub64))
305 (sizeof_SP==4 ? (Long)(Int)(con->Ico.U32) \
341 dcall->fxState[0].size = layout->sizeof_SP; \
[all...]
/external/valgrind/main/VEX/pub/
H A Dlibvex.h538 Int sizeof_SP; /* 4 or 8 */ member in struct:__anon32252
/external/valgrind/main/VEX/priv/
H A Dguest_mips_helpers.c363 .sizeof_SP = 4,
391 .sizeof_SP = 8,
H A Dguest_ppc_helpers.c794 .sizeof_SP = 4,
835 .sizeof_SP = 8,
H A Dguest_arm64_helpers.c1361 .sizeof_SP = 8,
H A Dguest_arm_helpers.c1111 .sizeof_SP = 4,
H A Dguest_s390_helpers.c207 .sizeof_SP = 8,
H A Dguest_x86_helpers.c2827 .sizeof_SP = 4,
H A Dguest_amd64_helpers.c3889 .sizeof_SP = 8,
/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c2091 tl_assert(hWordTy_szB == layout->sizeof_SP);
2092 sp_type = layout->sizeof_SP == 8 ? Ity_I64 : Ity_I32;
2109 tl_assert(hWordTy_szB == layout->sizeof_SP);
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c1160 di->fxState[0].size = layout->sizeof_SP;
/external/valgrind/main/VEX/
H A Dtest_main.c1022 di->fxState[0].size = mce->layout->sizeof_SP;
/external/valgrind/main/memcheck/
H A Dmc_translate.c1112 di->fxState[0].size = mce->layout->sizeof_SP;

Completed in 4504 milliseconds