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

  /external/valgrind/main/coregrind/
m_translate.c 265 Int i, j, minoff_ST, maxoff_ST, sizeof_SP, offset_SP;
286 sizeof_SP = layout->sizeof_SP;
288 typeof_SP = sizeof_SP==4 ? Ity_I32 : Ity_I64;
289 vg_assert(sizeof_SP == 4 || sizeof_SP == 8);
293 # define IS_ADD(op) (sizeof_SP==4 ? ((op)==Iop_Add32) : ((op)==Iop_Add64))
294 # define IS_SUB(op) (sizeof_SP==4 ? ((op)==Iop_Sub32) : ((op)==Iop_Sub64))
299 (sizeof_SP==4 ? (Long)(Int)(con->Ico.U32) \
335 dcall->fxState[0].size = layout->sizeof_SP; \
    [all...]
  /external/valgrind/main/VEX/pub/
libvex.h 386 Int sizeof_SP; /* 4 or 8 */
  /external/valgrind/main/VEX/priv/
guest_ppc_helpers.c 770 .sizeof_SP = 4,
811 .sizeof_SP = 8,
guest_arm_helpers.c     [all...]
guest_s390_helpers.c 199 .sizeof_SP = 8,
    [all...]
guest_amd64_helpers.c     [all...]
guest_x86_helpers.c     [all...]
  /external/valgrind/tsan/
ts_valgrind.cc 974 tl_assert(hWordTy_szB == layout->sizeof_SP);
975 sp_type = layout->sizeof_SP == 8 ? Ity_I64 : Ity_I32;
    [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c     [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c     [all...]
  /external/valgrind/main/VEX/
test_main.c     [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]

Completed in 368 milliseconds