OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mcx_mask
(Results
1 - 12
of
12
) sorted by null
/external/valgrind/VEX/priv/
guest_x86_defs.h
248
IRCallee's
mcx_mask
must be set so as to exclude from
331
Since the helper's
mcx_mask
does not have any set bits, Memcheck
guest_amd64_defs.h
376
IRCallee's
mcx_mask
must be set so as to exclude from
459
Since the helper's
mcx_mask
does not have any set bits, Memcheck
guest_s390_toIR.c
777
call->Iex.CCall.cee->
mcx_mask
= (1<<0) | (1<<3);
813
call->Iex.CCall.cee->
mcx_mask
= (1<<0) | (1<<1) | (1<<4);
837
call->Iex.CCall.cee->
mcx_mask
= (1<<0) | (1<<1) | (1<<4);
[
all
...]
ir_defs.c
100
if (ce->
mcx_mask
> 0)
101
vex_printf("[mcx=0x%x]", ce->
mcx_mask
);
[
all
...]
guest_arm64_toIR.c
[
all
...]
guest_arm_toIR.c
[
all
...]
ir_opt.c
[
all
...]
guest_amd64_toIR.c
[
all
...]
guest_x86_toIR.c
800
call->Iex.CCall.cee->
mcx_mask
= (1<<0) | (1<<3);
824
call->Iex.CCall.cee->
mcx_mask
= (1<<0) | (1<<1) | (1<<4);
846
call->Iex.CCall.cee->
mcx_mask
= (1<<0) | (1<<3);
[
all
...]
/external/valgrind/VEX/useful/
test_main.c
[
all
...]
/external/valgrind/memcheck/
mc_translate.c
[
all
...]
/external/valgrind/VEX/pub/
libvex_ir.h
343
mcx_mask
is a sop to Memcheck. It indicates which args should be
345
the result. Bit 0 of
mcx_mask
corresponds to args[0], bit 1 to
355
UInt
mcx_mask
;
member in struct:__anon26149
[
all
...]
Completed in 612 milliseconds