OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sizeof_SP
(Results
1 - 9
of
9
) sorted by null
/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
...]
/external/valgrind/main/VEX/pub/
libvex.h
340
Int
sizeof_SP
; /* 4 or 8 */
/external/valgrind/main/VEX/priv/
guest_ppc_helpers.c
771
.
sizeof_SP
= 4,
812
.
sizeof_SP
= 8,
guest_arm_helpers.c
671
.
sizeof_SP
= 4,
guest_amd64_helpers.c
[
all
...]
guest_x86_helpers.c
[
all
...]
/external/valgrind/tsan/
ts_valgrind.cc
966
tl_assert(hWordTy_szB == layout->
sizeof_SP
);
967
sp_type = layout->
sizeof_SP
== 8 ? Ity_I64 : Ity_I32;
[
all
...]
/external/valgrind/main/exp-ptrcheck/
sg_main.c
[
all
...]
/external/valgrind/main/memcheck/
mc_translate.c
[
all
...]
Completed in 71 milliseconds