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

  /external/valgrind/coregrind/
m_translate.c 279 Int i, j, k, minoff_ST, maxoff_ST, sizeof_SP, offset_SP;
301 sizeof_SP = layout->sizeof_SP;
303 typeof_SP = sizeof_SP==4 ? Ity_I32 : Ity_I64;
304 vg_assert(sizeof_SP == 4 || sizeof_SP == 8);
308 # define IS_ADD(op) (sizeof_SP==4 ? ((op)==Iop_Add32) : ((op)==Iop_Add64))
309 # define IS_SUB(op) (sizeof_SP==4 ? ((op)==Iop_Sub32) : ((op)==Iop_Sub64))
314 (sizeof_SP==4 ? (Long)(Int)(con->Ico.U32) \
350 dcall->fxState[0].size = layout->sizeof_SP; \
    [all...]
  /external/valgrind/VEX/pub/
libvex.h 505 Int sizeof_SP; /* 4 or 8 */
    [all...]
  /external/valgrind/VEX/priv/
guest_tilegx_helpers.c 186 .sizeof_SP = 8,
guest_mips_helpers.c 367 .sizeof_SP = 4,
395 .sizeof_SP = 8,
    [all...]
guest_ppc_helpers.c 811 .sizeof_SP = 4,
852 .sizeof_SP = 8,
guest_arm64_helpers.c     [all...]
guest_arm_helpers.c     [all...]
guest_s390_helpers.c 209 .sizeof_SP = 8,
    [all...]
guest_x86_helpers.c     [all...]
guest_amd64_helpers.c     [all...]
  /external/valgrind/exp-sgcheck/
sg_main.c     [all...]
  /external/valgrind/coregrind/m_gdbserver/
m_gdbserver.c     [all...]
  /external/valgrind/VEX/useful/
test_main.c     [all...]
  /external/valgrind/memcheck/
mc_translate.c     [all...]

Completed in 990 milliseconds